Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FailoverPolicy

Package version

The failover policy for a given region of a database account.

Hierarchy

  • FailoverPolicy

Index

Properties

Optional failoverPriority

failoverPriority: undefined | number

The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.

Optional id

id: undefined | string

The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>. NOTE: This property will not be serialized. It can only be populated by the server.

Optional locationName

locationName: undefined | string

The name of the region in which the database account exists.

Generated using TypeDoc