你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubProperties interface
描述事件中心的运行时信息。
属性
created |
以 UTC 格式创建中心的日期和时间。 |
name | 事件中心的名称。 |
partition |
字符串分区标识符的切片。 |
属性详细信息
createdOn
以 UTC 格式创建中心的日期和时间。
createdOn: Date
属性值
Date
name
事件中心的名称。
name: string
属性值
string
partitionIds
字符串分区标识符的切片。
partitionIds: string[]
属性值
string[]