Package version:

Interface Location

Used to specify the locations that are available, read is index 1 and write is index 0.

interface Location {
    databaseAccountEndpoint: string;
    lastUnavailabilityTimestampInMs?: number;
    name: string;
    unavailable?: boolean;
}

Properties

databaseAccountEndpoint: string
lastUnavailabilityTimestampInMs?: number
name: string
unavailable?: boolean