你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TopicRuntimeProperties 类
- java.
lang. Object - com.
azure. messaging. servicebus. administration. models. TopicRuntimeProperties
- com.
public final class TopicRuntimeProperties
有关主题的运行时属性。
构造函数摘要
构造函数 | 说明 |
---|---|
TopicRuntimeProperties(TopicProperties topicProperties) |
使用从给定主题 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Offset |
getAccessedAt()
获取最后一次发送消息的时间,或上次收到此主题的接收请求的时间。 |
Offset |
getCreatedAt()
获取队列的确切创建时间。 |
String |
getName()
获取主题的名称。 |
int |
getScheduledMessageCount()
获取计划 |
long |
getSizeInBytes()
获取主题的大小(以字节为单位)。 |
int |
getSubscriptionCount()
获取主题的订阅数。 |
Offset |
getUpdatedAt()
获取主题说明的确切更新时间。 |
方法继承自 java.lang.Object
构造函数详细信息
TopicRuntimeProperties
public TopicRuntimeProperties(TopicProperties topicProperties)
使用从给定的 TopicDescription 中提取的运行时属性创建一个新实例。
Parameters:
方法详细信息
getAccessedAt
public OffsetDateTime getAccessedAt()
获取最后一次发送消息的时间,或上次收到此主题的接收请求的时间。
Returns:
getCreatedAt
public OffsetDateTime getCreatedAt()
获取队列的确切创建时间。
Returns:
getName
public String getName()
获取主题的名称。
Returns:
getScheduledMessageCount
public int getScheduledMessageCount()
获取 scheduledMessageCount 属性:计划消息数。
Returns:
getSizeInBytes
public long getSizeInBytes()
获取主题的大小(以字节为单位)。
Returns:
getSubscriptionCount
public int getSubscriptionCount()
获取主题的订阅数。
Returns:
getUpdatedAt
public OffsetDateTime getUpdatedAt()
获取主题说明的确切更新时间。
Returns: