Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Eventhub

Package version

Single item in List or Get Event Hub operation

Hierarchy

Index

Properties

Optional captureDescription

captureDescription: CaptureDescription

Properties of capture description

Optional createdAt

createdAt: Date

Exact time the Event Hub was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional messageRetentionInDays

messageRetentionInDays: undefined | number

Number of days to retain the events for this Event Hub, value should be 1 to 7 days

Optional name

name: undefined | string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional partitionCount

partitionCount: undefined | number

Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.

Optional partitionIds

partitionIds: string[]

Current number of shards on the Event Hub. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: EntityStatus

Enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedAt

updatedAt: Date

The exact time the message was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc