MessagingEndpointProperties Class

The properties of the messaging endpoints used by this IoT hub.

Inheritance
azure.mgmt.iothub._serialization.Model
MessagingEndpointProperties

Constructor

MessagingEndpointProperties(*, lock_duration_as_iso8601: timedelta | None = None, ttl_as_iso8601: timedelta | None = None, max_delivery_count: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
lock_duration_as_iso8601
ttl_as_iso8601

The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

max_delivery_count
int

The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

Variables

Name Description
lock_duration_as_iso8601
ttl_as_iso8601

The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

max_delivery_count
int

The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.