Share via


AzureSqlDatabaseDataSourceProperties.MaxBatchCount Property

Definition

Gets or sets max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to