Freigeben über


EventHubProperties.PartitionCount Eigenschaft

Definition

Ruft die Anzahl der Partitionen für den Empfang von Device-to-Cloud-Nachrichten im Event Hub-kompatiblen Endpunkt ab oder legt diese fest. Weitere Informationen finden Sie unter https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: