Azure.Storage.Blobs.Models.BlobGeoReplication
Geo-Replication information for the Secondary Storage Service.
namespace Azure.Storage.Blobs.Models
{
public class BlobGeoReplication
{
public BlobGeoReplicationStatus Status { get; }
public DateTimeOffset? LastSyncedOn { get; }
}
}