次の方法で共有


Eventhub.PartitionIds プロパティ

定義

イベント ハブ上のシャードの現在の数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionIds")]
public System.Collections.Generic.IList<string> PartitionIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionIds")>]
member this.PartitionIds : System.Collections.Generic.IList<string>
Public ReadOnly Property PartitionIds As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象