次の方法で共有


AzureSqlDatabaseOutputDataSource.MaxBatchCount プロパティ

定義

Sql データベースへの書き込みの最大バッチ数を取得または設定します。既定値は 10,000 です。 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象