azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.queue.mod...

65 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.queue.models.QueueProperties"
fullName: "com.azure.storage.queue.models.QueueProperties"
name: "QueueProperties"
nameWithType: "QueueProperties"
summary: "Model class containing properties of a specific queue in the storage Queue service."
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 **QueueProperties**"
constructors:
- uid: "com.azure.storage.queue.models.QueueProperties.QueueProperties(java.util.Map<java.lang.String,java.lang.String>,int)"
fullName: "com.azure.storage.queue.models.QueueProperties.QueueProperties(Map<String,String> metadata, int approximateMessagesCount)"
name: "QueueProperties(Map<String,String> metadata, int approximateMessagesCount)"
nameWithType: "QueueProperties.QueueProperties(Map<String,String> metadata, int approximateMessagesCount)"
summary: "Creates an instance that contains properties of a queue."
parameters:
- description: "Metadata associated with the queue."
name: "metadata"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Approximate number of messages contained in the queue."
name: "approximateMessagesCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public QueueProperties(Map<String,String> metadata, int approximateMessagesCount)"
desc: "Creates an instance that contains properties of a queue."
methods:
- uid: "com.azure.storage.queue.models.QueueProperties.getApproximateMessagesCount()"
fullName: "com.azure.storage.queue.models.QueueProperties.getApproximateMessagesCount()"
name: "getApproximateMessagesCount()"
nameWithType: "QueueProperties.getApproximateMessagesCount()"
summary: "Gets the approximate number of messages contained in the queue at the time of properties retrieval."
syntax: "public int getApproximateMessagesCount()"
desc: "Gets the approximate number of messages contained in the queue at the time of properties retrieval."
returns:
description: "the approximate number of messages contained in the queue at the time of properties retrieval."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.queue.models.QueueProperties.getMetadata()"
fullName: "com.azure.storage.queue.models.QueueProperties.getMetadata()"
name: "getMetadata()"
nameWithType: "QueueProperties.getMetadata()"
summary: "Gets the user-defined metadata associated with the queue."
syntax: "public Map<String,String> getMetadata()"
desc: "Gets the user-defined metadata associated with the queue."
returns:
description: "The user-defined metadata associated with the queue."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "class"
desc: "Model class containing properties of a specific queue in the storage Queue service."
metadata: {}
package: "com.azure.storage.queue.models"
artifact: com.azure:azure-storage-queue:12.22.1