ServiceStats Class

  • java.lang.Object
    • com.microsoft.azure.storage.ServiceStats

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
GeoReplicationStats 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