TableServiceStatistics Class
- java.
lang. Object - com.
azure. data. tables. models. TableServiceStatistics
- com.
Implements
public final class TableServiceStatistics
implements XmlSerializable<TableServiceStatistics>
Stats for the service.
Constructor Summary
Constructor | Description |
---|---|
TableServiceStatistics(TableServiceGeoReplication geoReplication) |
Creates an instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Table |
fromXml(XmlReader xmlReader)
Reads an instance of Table |
static
Table |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Table |
Table |
getGeoReplication()
Get the geo |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
TableServiceStatistics
public TableServiceStatistics(TableServiceGeoReplication geoReplication)
Creates an instance of TableServiceStatistics class.
Parameters:
Method Details
fromXml
public static TableServiceStatistics fromXml(XmlReader xmlReader)
Reads an instance of TableServiceStatistics from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static TableServiceStatistics fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of TableServiceStatistics from the XmlReader.
Parameters:
Returns:
Throws:
getGeoReplication
public TableServiceGeoReplication getGeoReplication()
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java