GetEventHubResult

data class GetEventHubResult(val azureApiVersion: String, val captureDescription: CaptureDescriptionResponse? = null, val createdAt: String, val id: String, val location: String, val messageRetentionInDays: Double? = null, val name: String, val partitionCount: Double? = null, val partitionIds: List<String>, val retentionDescription: RetentionDescriptionResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String, val userMetadata: String? = null)

Single item in List or Get Event Hub operation

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, captureDescription: CaptureDescriptionResponse? = null, createdAt: String, id: String, location: String, messageRetentionInDays: Double? = null, name: String, partitionCount: Double? = null, partitionIds: List<String>, retentionDescription: RetentionDescriptionResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String, updatedAt: String, userMetadata: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Properties of capture description

Link copied to clipboard

Exact time the Event Hub was created.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Number of days to retain the events for this Event Hub, value should be 1 to 7 days

Link copied to clipboard

The name of the resource

Link copied to clipboard
val partitionCount: Double? = null

Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.

Link copied to clipboard

Current number of shards on the Event Hub.

Link copied to clipboard

Event Hub retention settings

Link copied to clipboard
val status: String? = null

Enumerates the possible values for the status of the Event Hub.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Link copied to clipboard

The exact time the message was updated.

Link copied to clipboard
val userMetadata: String? = null

Gets and Sets Metadata of User.