QueueServiceStatistics Class

  • java.lang.Object
    • com.azure.storage.queue.models.QueueServiceStatistics

public final class QueueServiceStatistics

Stats for the storage service.

Constructor Summary

Constructor Description
QueueServiceStatistics()

Creates an instance of QueueServiceStatistics class.

Method Summary

Modifier and Type Method and Description
GeoReplication getGeoReplication()

Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.

QueueServiceStatistics setGeoReplication(GeoReplication geoReplication)

Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.

Methods inherited from java.lang.Object

Constructor Details

QueueServiceStatistics

public QueueServiceStatistics()

Creates an instance of QueueServiceStatistics class.

Method Details

getGeoReplication

public GeoReplication getGeoReplication()

Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.

Returns:

the geoReplication value.

setGeoReplication

public QueueServiceStatistics setGeoReplication(GeoReplication geoReplication)

Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.

Parameters:

geoReplication - the geoReplication value to set.

Returns:

the QueueServiceStatistics object itself.

Applies to