MessagingEndpointProperties Class

Definition

The properties of the messaging endpoints used by this IoT hub.

public class MessagingEndpointProperties
type MessagingEndpointProperties = class
Public Class MessagingEndpointProperties
Inheritance
MessagingEndpointProperties

Constructors

MessagingEndpointProperties()

Initializes a new instance of MessagingEndpointProperties.

Properties

LockDurationAsIso8601

The lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

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.

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.

Applies to