Feedback Properties Args
data class FeedbackPropertiesArgs(val lockDurationAsIso8601: Output<String>? = null, val maxDeliveryCount: Output<Int>? = null, val ttlAsIso8601: Output<String>? = null) : ConvertibleToJava<FeedbackPropertiesArgs>
The properties of the feedback queue for cloud-to-device messages.
Properties
Link copied to clipboard
The lock duration for the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
Link copied to clipboard
The number of times the IoT hub attempts to deliver a message on the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.
Link copied to clipboard
The period of time for which a message is available to consume before it is expired by the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages.