EventHubPropertiesResponse

data class EventHubPropertiesResponse(val endpoint: String, val partitionCount: Int? = null, val partitionIds: List<String>, val path: String, val retentionTimeInDays: Double? = null)

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

Constructors

Link copied to clipboard
constructor(endpoint: String, partitionCount: Int? = null, partitionIds: List<String>, path: String, retentionTimeInDays: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Event Hub-compatible endpoint.

Link copied to clipboard
val partitionCount: Int? = null

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.

Link copied to clipboard

The partition ids in the Event Hub-compatible endpoint.

Link copied to clipboard

The Event Hub-compatible name.

Link copied to clipboard

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