FeedbackProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of the feedback queue for cloud-to-device messages.
public class FeedbackProperties
type FeedbackProperties = class
Public Class FeedbackProperties
- Inheritance
-
FeedbackProperties
Constructors
FeedbackProperties() |
Initializes a new instance of the FeedbackProperties class. |
FeedbackProperties(Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<Int32>) |
Initializes a new instance of the FeedbackProperties class. |
Properties
LockDurationAsIso8601 |
Gets or sets the lock duration for the feedback queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. |
MaxDeliveryCount |
Gets or sets 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. |
TtlAsIso8601 |
Gets or sets 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. |
Methods
Validate() |
Validate the object. |