ServiceStats Class
- java.
lang. Object - com.
microsoft. azure. storage. ServiceStats
- com.
public class ServiceStats
Class representing a set of statistics pertaining to a cloud storage service.
Constructor Summary
Constructor | Description | |
---|---|---|
ServiceStats() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Geo |
getGeoReplication()
Gets the for a cloud storage service. |
void |
setGeoReplication(GeoReplicationStats geoReplication)
Sets the for a cloud storage service. |
Constructor Details
ServiceStats
protected ServiceStats()
Method Details
getGeoReplication
public GeoReplicationStats getGeoReplication()
Gets the for a cloud storage service.
Returns:
The
GeoReplicationStats
for the cloud storage service.setGeoReplication
protected void setGeoReplication(GeoReplicationStats geoReplication)
Sets the for a cloud storage service.
Parameters:
geoReplication
- The
GeoReplicationStats
to set for the cloud storage service.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java