CloudToDevicePropertiesResponse

data class CloudToDevicePropertiesResponse(val defaultTtlAsIso8601: String? = null, val feedback: FeedbackPropertiesResponse? = null, val maxDeliveryCount: Int? = null)

The IoT hub cloud-to-device messaging properties.

Constructors

Link copied to clipboard
constructor(defaultTtlAsIso8601: String? = null, feedback: FeedbackPropertiesResponse? = null, maxDeliveryCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default time to live for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.

Link copied to clipboard

The properties of the feedback queue for cloud-to-device messages.

Link copied to clipboard
val maxDeliveryCount: Int? = null

The max delivery count for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.