你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: