Compartir a través de


EventHubProperties.PartitionCount Propiedad

Definición

Obtiene o establece el número de particiones para recibir mensajes de dispositivo a nube en el punto de conexión compatible con Event Hubs. Consulta: 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a