Io THub Cloud To Device Feedback
data class IoTHubCloudToDeviceFeedback(val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val timeToLive: String? = null)
Properties
Link copied to clipboard
The lock duration for the feedback queue, specified as an ISO 8601 timespan duration. This value must be between 5 and 300 seconds. Defaults to PT60S
.
Link copied to clipboard
The maximum delivery count for the feedback queue. This value must be between 1
and 100
. Defaults to 10
.
Link copied to clipboard
The retention time for service-bound feedback messages, specified as an ISO 8601 timespan duration. This value must be between 1 minute and 48 hours. Defaults to PT1H
.