Io THub Cloud To Device Feedback
data class IoTHubCloudToDeviceFeedback(val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val timeToLive: String? = null)
Constructors
Link copied to clipboard
fun IoTHubCloudToDeviceFeedback(lockDuration: String? = null, maxDeliveryCount: Int? = null, timeToLive: String? = null)
Types
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 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
.