GetEventHubResult

data class GetEventHubResult(val captureDescription: CaptureDescriptionResponse? = null, val createdAt: String, val id: String, val messageRetentionInDays: Double? = null, val name: String, val partitionCount: Double? = null, val partitionIds: List<String>, val status: String? = null, val type: String, val updatedAt: String)

Single item in List or Get Event Hub operation

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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
val status: String? = null

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

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The exact time the message was updated.