Share via


AzureSqlDatabaseOutputDataSource.MaxWriterCount Property

Definition

Gets or sets max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxWriterCount")]
public double? MaxWriterCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxWriterCount")>]
member this.MaxWriterCount : Nullable<double> with get, set
Public Property MaxWriterCount As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to