Share via


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 the MessagingEndpointProperties class.

MessagingEndpointProperties(Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<Int32>)

Initializes a new instance of the MessagingEndpointProperties class.

Properties

LockDurationAsIso8601

Gets or sets the lock duration. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload.

MaxDeliveryCount

Gets or sets 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

Gets or sets 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.

Methods

Validate()

Validate the object.

Applies to