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