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++.
Public Member Functions | List of all members
azure::storage::service_stats::geo_replication_stats Class Reference

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

Public Member Functions

 geo_replication_stats ()
 Initializes a new instance of the azure::storage::service_stats::geo_replication_stats struct. More...
 
geo_replication_status status () const
 Gets the status of geo-replication. More...
 
const utility::datetime last_sync_time () const
 Gets the last synchronization time. More...
 

Detailed Description

Represents the geo-replication stats for the service.

Constructor & Destructor Documentation

◆ geo_replication_stats()

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

Initializes a new instance of the azure::storage::service_stats::geo_replication_stats struct.

Member Function Documentation

◆ last_sync_time()

const utility::datetime azure::storage::service_stats::geo_replication_stats::last_sync_time ( ) const
inline

Gets the last synchronization time.

Returns
The last synchronization time.

All primary writes preceding this value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads.

◆ status()

geo_replication_status azure::storage::service_stats::geo_replication_stats::status ( ) const
inline

Gets the status of geo-replication.

Returns
The status of geo-replication.