Account Geo Location
data class AccountGeoLocation(val failoverPriority: Int, val id: String? = null, val location: String, val zoneRedundant: Boolean? = null)
Constructors
Link copied to clipboard
fun AccountGeoLocation(failoverPriority: Int, id: String? = null, location: String, zoneRedundant: Boolean? = null)
Types
Properties
Link copied to clipboard
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. Changing this causes the location to be re-provisioned and cannot be changed for the location with failover priority 0
.