MessagingEndpointProperties interface
The properties of the messaging endpoints used by this IoT hub.
Properties
lock |
The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. |
max |
The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. |
ttl |
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-file-upload. |
Property Details
lockDurationAsIso8601
The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
lockDurationAsIso8601?: string
Property Value
string
maxDeliveryCount
The number of times the IoT hub attempts to deliver a message. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.
maxDeliveryCount?: number
Property Value
number
ttlAsIso8601
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-file-upload.
ttlAsIso8601?: string
Property Value
string