Delen via


EventHubCompatibleEndpointProperties Class

Definition

The properties of the provisioned Event Hub-compatible endpoint used by the IoT hub.

public class EventHubCompatibleEndpointProperties
type EventHubCompatibleEndpointProperties = class
Public Class EventHubCompatibleEndpointProperties
Inheritance
EventHubCompatibleEndpointProperties

Constructors

EventHubCompatibleEndpointProperties()

Initializes a new instance of EventHubCompatibleEndpointProperties.

Properties

Endpoint

The Event Hub-compatible endpoint.

EventHubCompatibleName

The Event Hub-compatible name.

PartitionCount

The number of partitions for receiving device-to-cloud messages in the Event Hub-compatible endpoint. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

PartitionIds

The partition ids in the Event Hub-compatible endpoint.

RetentionTimeInDays

The retention time for device-to-cloud messages in days. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages.

Applies to