Partilhar via


PSEventHubInputProperties.PartitionCount Property

Definition

The partition count. Range of values [For F1: 2-2, S1: 2-128, S2: 2-128, S3: 2-128].

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to