DatabaseUpdate.ReadScale Property

Definition

Gets or sets the state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.readScale")]
public string ReadScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readScale")>]
member this.ReadScale : string with get, set
Public Property ReadScale As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to