Class BlobGeoReplication
Geo-Replication information for the Secondary Storage Service
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobGeoReplication
Properties
LastSyncedOn
A GMT date/time value, to the second. 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.
Declaration
public Nullable<DateTimeOffset> LastSyncedOn { get; }
Property Value
Nullable<DateTimeOffset>
|
Status
The status of the secondary location
Declaration
public Azure.Storage.Blobs.Models.BlobGeoReplicationStatus Status { get; }
Property Value
BlobGeoReplicationStatus
|