Share via


EventhubInner.PartitionCount Property

Definition

Gets or sets number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to