다음을 통해 공유


IEventhub.PartitionCount Property

Definition

Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="partitionCount")]
public long? PartitionCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="partitionCount")>]
member this.PartitionCount : Nullable<int64> with get, set
Public Property PartitionCount As Nullable(Of Long)

Property Value

Attributes

Applies to