112 строки
7.5 KiB
YAML
112 строки
7.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties"
|
|
name: "TopicRuntimeProperties"
|
|
nameWithType: "TopicRuntimeProperties"
|
|
summary: "Runtime properties about the topic."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TopicRuntimeProperties**"
|
|
constructors:
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.TopicRuntimeProperties(com.azure.messaging.servicebus.administration.models.TopicProperties)"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.TopicRuntimeProperties(TopicProperties topicProperties)"
|
|
name: "TopicRuntimeProperties(TopicProperties topicProperties)"
|
|
nameWithType: "TopicRuntimeProperties.TopicRuntimeProperties(TopicProperties topicProperties)"
|
|
summary: "Creates a new instance with runtime properties extracted from the given Topic<wbr>Description."
|
|
parameters:
|
|
- description: "Topic description to extract runtime properties from."
|
|
name: "topicProperties"
|
|
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.TopicProperties?alt=com.azure.messaging.servicebus.administration.models.TopicProperties&text=TopicProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TopicRuntimeProperties(TopicProperties topicProperties)"
|
|
desc: "Creates a new instance with runtime properties extracted from the given TopicDescription."
|
|
methods:
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getAccessedAt()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getAccessedAt()"
|
|
name: "getAccessedAt()"
|
|
nameWithType: "TopicRuntimeProperties.getAccessedAt()"
|
|
summary: "Gets the last time a message was sent, or the last time there was a receive request to this topic."
|
|
syntax: "public OffsetDateTime getAccessedAt()"
|
|
desc: "Gets the last time a message was sent, or the last time there was a receive request to this topic."
|
|
returns:
|
|
description: "The last time a message was sent, or the last time there was a receive request to this topic."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getCreatedAt()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getCreatedAt()"
|
|
name: "getCreatedAt()"
|
|
nameWithType: "TopicRuntimeProperties.getCreatedAt()"
|
|
summary: "Gets the exact time the queue was created."
|
|
syntax: "public OffsetDateTime getCreatedAt()"
|
|
desc: "Gets the exact time the queue was created."
|
|
returns:
|
|
description: "The exact time the queue was created."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getName()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getName()"
|
|
name: "getName()"
|
|
nameWithType: "TopicRuntimeProperties.getName()"
|
|
summary: "Gets the name of the topic."
|
|
syntax: "public String getName()"
|
|
desc: "Gets the name of the topic."
|
|
returns:
|
|
description: "The name of the topic."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getScheduledMessageCount()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getScheduledMessageCount()"
|
|
name: "getScheduledMessageCount()"
|
|
nameWithType: "TopicRuntimeProperties.getScheduledMessageCount()"
|
|
summary: "Get the scheduled<wbr>Message<wbr>Count property: Number of scheduled messages."
|
|
syntax: "public int getScheduledMessageCount()"
|
|
desc: "Get the scheduledMessageCount property: Number of scheduled messages."
|
|
returns:
|
|
description: "the scheduledMessageCount value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getSizeInBytes()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getSizeInBytes()"
|
|
name: "getSizeInBytes()"
|
|
nameWithType: "TopicRuntimeProperties.getSizeInBytes()"
|
|
summary: "Gets the size of the topic, in bytes."
|
|
syntax: "public long getSizeInBytes()"
|
|
desc: "Gets the size of the topic, in bytes."
|
|
returns:
|
|
description: "The size of the topic, in bytes."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getSubscriptionCount()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getSubscriptionCount()"
|
|
name: "getSubscriptionCount()"
|
|
nameWithType: "TopicRuntimeProperties.getSubscriptionCount()"
|
|
summary: "Gets the number of subscriptions to the topic."
|
|
syntax: "public int getSubscriptionCount()"
|
|
desc: "Gets the number of subscriptions to the topic."
|
|
returns:
|
|
description: "The number of subscriptions to the topic."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getUpdatedAt()"
|
|
fullName: "com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties.getUpdatedAt()"
|
|
name: "getUpdatedAt()"
|
|
nameWithType: "TopicRuntimeProperties.getUpdatedAt()"
|
|
summary: "Gets the exact time the topic description was updated."
|
|
syntax: "public OffsetDateTime getUpdatedAt()"
|
|
desc: "Gets the exact time the topic description was updated."
|
|
returns:
|
|
description: "The exact time the topic description was updated."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
type: "class"
|
|
desc: "Runtime properties about the topic."
|
|
metadata: {}
|
|
package: "com.azure.messaging.servicebus.administration.models"
|
|
artifact: com.azure:azure-messaging-servicebus:7.17.5
|