Feedback Properties Response
data class FeedbackPropertiesResponse(val lockDurationAsIso8601: String? = null, val maxDeliveryCount: Int? = null, val ttlAsIso8601: String? = null)
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.