SqlDatabaseOutputDataSource.MaxBatchCount Property

Definition

Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.

public int? MaxBatchCount { get; set; }
member this.MaxBatchCount : Nullable<int> with get, set
Public Property MaxBatchCount As Nullable(Of Integer)

Property Value

Applies to