Dela via


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

Property Value

Attributes

Applies to