Io THub Cloud To Device
data class IoTHubCloudToDevice(val defaultTtl: String? = null, val feedbacks: List<IoTHubCloudToDeviceFeedback>? = null, val maxDeliveryCount: Int? = null)
Constructors
Link copied to clipboard
constructor(defaultTtl: String? = null, feedbacks: List<IoTHubCloudToDeviceFeedback>? = null, maxDeliveryCount: Int? = null)
Properties
Link copied to clipboard
The default time to live for cloud-to-device messages, specified as an ISO 8601 timespan duration. This value must be between 1 minute and 48 hours. Defaults to PT1H
.
Link copied to clipboard
A feedback
block as defined below.
Link copied to clipboard
The maximum delivery count for cloud-to-device per-device queues. This value must be between 1
and 100
. Defaults to 10
.