54 строки
4.5 KiB
YAML
54 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo"
|
|
fullName: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo"
|
|
name: "QueueRuntimeInfo"
|
|
nameWithType: "QueueRuntimeInfo"
|
|
summary: "This provides runtime information of the queue."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo&text=EntityRuntimeInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getAccessedAt()?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getAccessedAt&text=getAccessedAt\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getCreatedAt()?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getCreatedAt&text=getCreatedAt\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getMessageCountDetails()?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getMessageCountDetails&text=getMessageCountDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getPath()?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getPath&text=getPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getUpdatedAt()?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo.getUpdatedAt&text=getUpdatedAt\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 class **QueueRuntimeInfo**</br> extends <xref href=\"com.microsoft.azure.servicebus.management.EntityRuntimeInfo?alt=com.microsoft.azure.servicebus.management.EntityRuntimeInfo&text=EntityRuntimeInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo.getMessageCount()"
|
|
fullName: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo.getMessageCount()"
|
|
name: "getMessageCount()"
|
|
nameWithType: "QueueRuntimeInfo.getMessageCount()"
|
|
syntax: "public long getMessageCount()"
|
|
returns:
|
|
description: "The total number of messages in the entity."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo.getSizeInBytes()"
|
|
fullName: "com.microsoft.azure.servicebus.management.QueueRuntimeInfo.getSizeInBytes()"
|
|
name: "getSizeInBytes()"
|
|
nameWithType: "QueueRuntimeInfo.getSizeInBytes()"
|
|
syntax: "public long getSizeInBytes()"
|
|
returns:
|
|
description: "Current size of the entity in bytes."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "This provides runtime information of the queue."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.servicebus.management"
|
|
artifact: com.microsoft.azure:azure-servicebus:3.6.7
|