Compartir a través de


AzureSqlDatabaseOutputDataSource.MaxBatchCount Propiedad

Definición

Obtiene o establece el número máximo de lotes para escribir en sql database; el valor predeterminado es 10 000. Opcional en las solicitudes PUT.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a