Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedbackProperties

Package version

The properties of the feedback queue for cloud-to-device messages.

Hierarchy

  • FeedbackProperties

Index

Properties

Optional lockDurationAsIso8601

lockDurationAsIso8601: undefined | string

Optional maxDeliveryCount

maxDeliveryCount: undefined | number

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.

Optional ttlAsIso8601

ttlAsIso8601: undefined | string

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.

Generated using TypeDoc