azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::GeoReplication Struct Referencefinal

Geo-replication information for the secondary storage endpoint.

#include <blob_rest_client.hpp>

Public Attributes

GeoReplicationStatus Status
 
Azure::Nullable< Azure::DateTime > LastSyncedOn
 

Member Data Documentation

◆ LastSyncedOn

Azure::Nullable<Azure::DateTime> Azure::Storage::Blobs::Models::GeoReplication::LastSyncedOn

All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. This value may be null if replication status is bootstrap or unavailable.

◆ Status

GeoReplicationStatus Azure::Storage::Blobs::Models::GeoReplication::Status

Status of the secondary storage endpoint.


The documentation for this struct was generated from the following file: