MessagingEndpointPropertiesResponse

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.

Constructors

Link copied to clipboard
constructor(lockDurationAsIso8601: String? = null, maxDeliveryCount: Int? = null, ttlAsIso8601: String? = null)

Types

Link copied to clipboard
object Companion

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
val maxDeliveryCount: Int? = null

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
val ttlAsIso8601: String? = null

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.