你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Eventhub interface

Single item in List or Get Event Hub operation

Extends

Properties

captureDescription

Properties of capture description

createdAt

Exact time the Event Hub was created.

messageRetentionInDays

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

partitionCount

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

partitionIds

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'

updatedAt

The exact time the message was updated.

Inherited Properties

id

Resource Id

name

Resource name

type

Resource type

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

Inherited Property Details

id

Resource Id

id?: string

Property Value

string

Inherited From Resource.id

name

Resource name

name?: string

Property Value

string

Inherited From Resource.name

type

Resource type

type?: string

Property Value

string

Inherited From Resource.type