次の方法で共有


SBTopic.EnablePartitioning プロパティ

定義

複数のメッセージ ブローカー間でパーティション分割するトピックが有効かどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象