你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudToDeviceFeedbackQueueProperties 类

定义

云到设备消息的反馈队列的属性。

public class CloudToDeviceFeedbackQueueProperties
type CloudToDeviceFeedbackQueueProperties = class
Public Class CloudToDeviceFeedbackQueueProperties
继承
CloudToDeviceFeedbackQueueProperties

构造函数

CloudToDeviceFeedbackQueueProperties()

初始化 CloudToDeviceFeedbackQueueProperties 的新实例。

属性

LockDurationAsIso8601

反馈队列的锁定持续时间。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages

MaxDeliveryCount

IoT 中心尝试在反馈队列上传递消息的次数。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages

TtlAsIso8601

消息在 IoT 中心过期之前可以使用的时间段。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages

适用于