public final class TableServiceGeoReplication extends Object
| Constructor and Description |
|---|
TableServiceGeoReplication(TableServiceGeoReplicationStatus status,
OffsetDateTime lastSyncTime)
Creates an instance of
TableServiceGeoReplication. |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getLastSyncTime()
Get a GMT date/time value, to the second.
|
TableServiceGeoReplicationStatus |
getStatus()
Get the
status of the secondary location. |
public TableServiceGeoReplication(TableServiceGeoReplicationStatus status, OffsetDateTime lastSyncTime)
TableServiceGeoReplication.status - The status of the secondary location.lastSyncTime - 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.public TableServiceGeoReplicationStatus getStatus()
status of the secondary location.status of the secondary location.public OffsetDateTime getLastSyncTime()
lastSyncTime value.Copyright © 2021 Microsoft Corporation. All rights reserved.