EventHubProperties interface

Describes the runtime information of an Event Hub.

Properties

createdOn

The date and time the hub was created in UTC.

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

name

The name of the event hub.

name: string

Property Value

string

partitionIds

The slice of string partition identifiers.

partitionIds: string[]

Property Value

string[]