次の方法で共有


SBSubscription.EnableBatchedOperations プロパティ

定義

サーバー側のバッチ処理操作が有効かどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableBatchedOperations")]
public bool? EnableBatchedOperations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableBatchedOperations")>]
member this.EnableBatchedOperations : Nullable<bool> with get, set
Public Property EnableBatchedOperations As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象