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