Messaging Endpoint Properties Response
data class MessagingEndpointPropertiesResponse(val lockDurationAsIso8601: String? = null, val maxDeliveryCount: Int? = null, val ttlAsIso8601: String? = null)
The properties of the messaging endpoints used by this IoT hub.
Properties
Link copied to clipboard
The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
Link copied to clipboard
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.
Link copied to clipboard
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.