次の方法で共有


Eventhub.PartitionCount プロパティ

定義

Event Hub 用に作成されたパーティションの数を取得または設定します。許可される値は 1 から 32 個のパーティションです。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionCount")]
public long? PartitionCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partitionCount")>]
member this.PartitionCount : Nullable<int64> with get, set
Public Property PartitionCount As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象