EventhubInner.PartitionIds Property

Definition

Gets current number of shards on the Event Hub.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to