131 строка
9.9 KiB
YAML
131 строка
9.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.queue.models.QueueServiceStatistics"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics"
|
|
name: "QueueServiceStatistics"
|
|
nameWithType: "QueueServiceStatistics"
|
|
summary: "Stats for the storage 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 **QueueServiceStatistics**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.queue.models.QueueServiceStatistics?alt=com.azure.storage.queue.models.QueueServiceStatistics&text=QueueServiceStatistics\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.QueueServiceStatistics()"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.QueueServiceStatistics()"
|
|
name: "QueueServiceStatistics()"
|
|
nameWithType: "QueueServiceStatistics.QueueServiceStatistics()"
|
|
summary: "Creates an instance of Queue<wbr>Service<wbr>Statistics class."
|
|
syntax: "public QueueServiceStatistics()"
|
|
desc: "Creates an instance of QueueServiceStatistics class."
|
|
methods:
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.fromXml(com.azure.xml.XmlReader)"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.fromXml(XmlReader xmlReader)"
|
|
name: "fromXml(XmlReader xmlReader)"
|
|
nameWithType: "QueueServiceStatistics.fromXml(XmlReader xmlReader)"
|
|
summary: "Reads an instance of Queue<wbr>Service<wbr>Statistics from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static QueueServiceStatistics fromXml(XmlReader xmlReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the QueueServiceStatistics."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of QueueServiceStatistics from the XmlReader."
|
|
returns:
|
|
description: "An instance of QueueServiceStatistics if the XmlReader was pointing to an instance of it, or null if it\n was pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.queue.models.QueueServiceStatistics?alt=com.azure.storage.queue.models.QueueServiceStatistics&text=QueueServiceStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.fromXml(com.azure.xml.XmlReader,java.lang.String)"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
name: "fromXml(XmlReader xmlReader, String rootElementName)"
|
|
nameWithType: "QueueServiceStatistics.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
summary: "Reads an instance of Queue<wbr>Service<wbr>Statistics from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
|
|
name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static QueueServiceStatistics fromXml(XmlReader xmlReader, String rootElementName)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the QueueServiceStatistics."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of QueueServiceStatistics from the XmlReader."
|
|
returns:
|
|
description: "An instance of QueueServiceStatistics if the XmlReader was pointing to an instance of it, or null if it\n was pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.queue.models.QueueServiceStatistics?alt=com.azure.storage.queue.models.QueueServiceStatistics&text=QueueServiceStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.getGeoReplication()"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.getGeoReplication()"
|
|
name: "getGeoReplication()"
|
|
nameWithType: "QueueServiceStatistics.getGeoReplication()"
|
|
summary: "Get the geo<wbr>Replication property: Geo-Replication information for the Secondary Storage Service."
|
|
syntax: "public GeoReplication getGeoReplication()"
|
|
desc: "Get the geoReplication property: Geo-Replication information for the Secondary Storage Service."
|
|
returns:
|
|
description: "the geoReplication value."
|
|
type: "<xref href=\"com.azure.storage.queue.models.GeoReplication?alt=com.azure.storage.queue.models.GeoReplication&text=GeoReplication\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.setGeoReplication(com.azure.storage.queue.models.GeoReplication)"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.setGeoReplication(GeoReplication geoReplication)"
|
|
name: "setGeoReplication(GeoReplication geoReplication)"
|
|
nameWithType: "QueueServiceStatistics.setGeoReplication(GeoReplication geoReplication)"
|
|
summary: "Set the geo<wbr>Replication property: Geo-Replication information for the Secondary Storage Service."
|
|
parameters:
|
|
- description: "the geoReplication value to set."
|
|
name: "geoReplication"
|
|
type: "<xref href=\"com.azure.storage.queue.models.GeoReplication?alt=com.azure.storage.queue.models.GeoReplication&text=GeoReplication\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public QueueServiceStatistics setGeoReplication(GeoReplication geoReplication)"
|
|
desc: "Set the geoReplication property: Geo-Replication information for the Secondary Storage Service."
|
|
returns:
|
|
description: "the QueueServiceStatistics object itself."
|
|
type: "<xref href=\"com.azure.storage.queue.models.QueueServiceStatistics?alt=com.azure.storage.queue.models.QueueServiceStatistics&text=QueueServiceStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.toXml(com.azure.xml.XmlWriter)"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.toXml(XmlWriter xmlWriter)"
|
|
name: "toXml(XmlWriter xmlWriter)"
|
|
nameWithType: "QueueServiceStatistics.toXml(XmlWriter xmlWriter)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.queue.models.QueueServiceStatistics.toXml(com.azure.xml.XmlWriter,java.lang.String)"
|
|
fullName: "com.azure.storage.queue.models.QueueServiceStatistics.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
nameWithType: "QueueServiceStatistics.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Stats for the storage service."
|
|
implements:
|
|
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.queue.models.QueueServiceStatistics?alt=com.azure.storage.queue.models.QueueServiceStatistics&text=QueueServiceStatistics\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.storage.queue.models"
|
|
artifact: com.azure:azure-storage-queue:12.23.0
|