MessagingEndpointProperties Class  
The properties of the messaging endpoints used by this IoT hub.
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 | The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. Default value: None | 
| 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. Default value: None | 
| max_delivery_count | 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. Default value: None | 
Variables
| Name | Description | 
|---|---|
| lock_duration_as_iso8601 | The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. | 
| 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 | 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. |