CloudToDeviceProperties 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 IoT hub cloud-to-device messaging properties.
public class CloudToDeviceProperties
type CloudToDeviceProperties = class
Public Class CloudToDeviceProperties
- Inheritance
-
CloudToDeviceProperties
Constructors
CloudToDeviceProperties() |
Initializes a new instance of the CloudToDeviceProperties class. |
CloudToDeviceProperties(Nullable<Int32>, Nullable<TimeSpan>, FeedbackProperties) |
Initializes a new instance of the CloudToDeviceProperties class. |
Properties
DefaultTtlAsIso8601 |
Gets or sets the default time to live for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. |
Feedback | |
MaxDeliveryCount |
Gets or sets the max delivery count for cloud-to-device messages in the device queue. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET