DatabaseAccountCreateUpdateParameters.EnableMultipleWriteLocations Property

Definition

Gets or sets enables the account to write in multiple locations

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableMultipleWriteLocations")]
public bool? EnableMultipleWriteLocations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableMultipleWriteLocations")>]
member this.EnableMultipleWriteLocations : Nullable<bool> with get, set
Public Property EnableMultipleWriteLocations As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to