Class GeoReplicationStats
- Namespace
- Microsoft.WindowsAzure.Storage.Shared.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Class representing the geo-replication stats.
public sealed class GeoReplicationStats
- Inheritance
-
GeoReplicationStats
- Inherited Members
Properties
LastSyncTime
Gets or sets the last synchronization time.
public DateTimeOffset? LastSyncTime { get; }
Property Value
- DateTimeOffset?
The last synchronization time.
Remarks
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
Gets or sets the status of geo-replication.
public GeoReplicationStatus Status { get; }
Property Value
- GeoReplicationStatus
The status of geo-replication.