Partilhar via


EventHubProperties Classe

As propriedades do ponto final compatível com o Event Hub utilizado pelo hub IoT.

As variáveis são apenas povoadas pelo servidor, e serão ignoradas ao enviar um pedido.

Herança
azure.mgmt.iothub._serialization.Model
EventHubProperties

Construtor

EventHubProperties(*, retention_time_in_days: int | None = None, partition_count: int | None = None, **kwargs)

Variáveis

retention_time_in_days
int

O tempo de retenção para mensagens dispositivo-a-nuvem em dias. Ver: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

partition_count
int

O número de divisórias para receber mensagens dispositivo-a-nuvem no ponto final compatível com o Event Hub. Ver: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

partition_ids
list[str]

As divisórias identificam-se no ponto final compatível com o Event Hub.

path
str

O nome compatível com o Event Hub.

endpoint
str

O ponto final compatível com o Event Hub.