次の方法で共有


EventHubCompatibleEndpointProperties.PartitionCount プロパティ

定義

Event Hub 互換エンドポイントでデバイスからクラウドへのメッセージを受信するためのパーティションの数。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages をご覧ください。

public int? PartitionCount { get; set; }
member this.PartitionCount : Nullable<int> with get, set
Public Property PartitionCount As Nullable(Of Integer)

プロパティ値

適用対象