EventHubProperties interface
Describes the runtime information of an Event Hub.
Properties
created |
The date and time the hub was created in UTC. |
is |
Whether the hub has geographical disaster recovery enabled. |
name | The name of the event hub. |
partition |
The slice of string partition identifiers. |
Property Details
createdOn
The date and time the hub was created in UTC.
createdOn: Date
Property Value
Date
isGeoDrEnabled
Whether the hub has geographical disaster recovery enabled.
isGeoDrEnabled: boolean
Property Value
boolean
name
The name of the event hub.
name: string
Property Value
string
partitionIds
The slice of string partition identifiers.
partitionIds: string[]
Property Value
string[]