IoTHubCloudToDeviceFeedback

data class IoTHubCloudToDeviceFeedback(val lockDuration: String? = null, val maxDeliveryCount: Int? = null, val timeToLive: String? = null)

Constructors

Link copied to clipboard
constructor(lockDuration: String? = null, maxDeliveryCount: Int? = null, timeToLive: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lockDuration: String? = null

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

The maximum delivery count for the feedback queue. This value must be between 1 and 100. Defaults to 10.

Link copied to clipboard
val timeToLive: String? = null

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.