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. |
| 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. |
| status | Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown' |
| updated |
The exact time the message was updated. |
Property Details
captureDescription
Properties of capture description
captureDescription?: CaptureDescription
Property Value
createdAt
Exact time the Event Hub was created.
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.
partitionIds?: string[]
Property Value
string[]
status
Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'
status?: string
Property Value
string
updatedAt
The exact time the message was updated.
updatedAt?: Date
Property Value
Date