Eventhub interface
Single item in List or Get Event Hub operation
- Extends
Properties
capture |
Properties of capture description |
created |
Exact time the Event Hub was created. NOTE: This property will not be serialized. It can only be populated by the server. |
message |
Number of days to retain the events for this Event Hub, value should be 1 to 7 days |
partition |
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. |
partition |
Current number of shards on the Event Hub. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Enumerates the possible values for the status of the Event Hub. |
updated |
The exact time the message was updated. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
captureDescription
Properties of capture description
captureDescription?: CaptureDescription
Property Value
createdAt
Exact time the Event Hub was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdAt?: Date
Property Value
Date
messageRetentionInDays
Number of days to retain the events for this Event Hub, value should be 1 to 7 days
messageRetentionInDays?: number
Property Value
number
partitionCount
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.
partitionCount?: number
Property Value
number
partitionIds
Current number of shards on the Event Hub. NOTE: This property will not be serialized. It can only be populated by the server.
partitionIds?: string[]
Property Value
string[]
status
Enumerates the possible values for the status of the Event Hub.
status?: EntityStatus
Property Value
updatedAt
The exact time the message was updated. NOTE: This property will not be serialized. It can only be populated by the server.
updatedAt?: Date
Property Value
Date
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type