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

SubscriptionRuntimeProperties 类

服务总线主题订阅资源的运行时属性。

继承
builtins.object
SubscriptionRuntimeProperties

构造函数

SubscriptionRuntimeProperties()

属性

accessed_at_utc

上次发送消息的时间,或上次收到请求的时间

返回

类型 说明

active_message_count

订阅中的活动消息数。

返回

类型 说明
int,

created_at_utc

创建订阅的确切时间。

返回

类型 说明

dead_letter_message_count

死信的消息数。

返回

类型 说明
int,

name

订阅名称

返回

类型 说明
str

total_message_count

订阅中的消息数。

返回

类型 说明
int,

transfer_dead_letter_message_count

传输成死信的消息数。

返回

类型 说明
int,

transfer_message_count

传输到另一个队列、主题或订阅的消息数。

返回

类型 说明
int,

updated_at_utc

更新实体的确切时间。

返回

类型 说明