Share via


EventHubProperties interface

Describes the runtime information of an Event Hub.

Properties

createdOn

The date and time the hub was created in UTC.

isGeoDrEnabled

Whether the hub has geographical disaster recovery enabled.

name

The name of the event hub.

partitionIds

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[]