Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Classes | Public Member Functions | List of all members
azure::storage::service_stats Class Reference

Represents a set of stats pertaining to the Blob, Queue, or Table service. More...

Classes

class  geo_replication_stats
 Represents the geo-replication stats for the service. More...
 

Public Member Functions

 service_stats ()
 Initializes a new instance of the azure::storage::service_stats class. More...
 
const geo_replication_statsgeo_replication () const
 Gets the geo-replication stats. More...
 

Detailed Description

Represents a set of stats pertaining to the Blob, Queue, or Table service.

Constructor & Destructor Documentation

◆ service_stats()

azure::storage::service_stats::service_stats ( )
inline

Initializes a new instance of the azure::storage::service_stats class.

Member Function Documentation

◆ geo_replication()

const geo_replication_stats& azure::storage::service_stats::geo_replication ( ) const
inline

Gets the geo-replication stats.

Returns
The geo-replication stats.