次の方法で共有


BatchReleaseCriteria.BatchSize プロパティ

定義

バッチ サイズをバイト単位で取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="batchSize")]
public int? BatchSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="batchSize")>]
member this.BatchSize : Nullable<int> with get, set
Public Property BatchSize As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象