你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubProperties 类
IoT 中心使用的预配事件中心兼容终结点的属性。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.iothub._serialization.ModelEventHubProperties
构造函数
EventHubProperties(*, retention_time_in_days: int | None = None, partition_count: int | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
retention_time_in_days
|
设备到云消息的保留时间(以天为单位)。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages。 |
partition_count
|
在事件中心兼容的终结点中接收设备到云消息的分区数。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages。 |
变量
名称 | 说明 |
---|---|
retention_time_in_days
|
设备到云消息的保留时间(以天为单位)。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages。 |
partition_count
|
在事件中心兼容的终结点中接收设备到云消息的分区数。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages。 |
partition_ids
|
事件中心兼容终结点中的分区 ID。 |
path
|
与事件中心兼容的名称。 |
endpoint
|
与事件中心兼容的终结点。 |