public final class GeoReplicationStats extends Object
| Constructor and Description |
|---|
GeoReplicationStats() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
canFailover()
Get the canFailover property: A boolean flag which indicates whether or not account failover is supported for the
account.
|
OffsetDateTime |
lastSyncTime()
Get the lastSyncTime property: All primary writes preceding this UTC date/time value are guaranteed to be
available for read operations.
|
GeoReplicationStatus |
status()
Get the status property: The status of the secondary location.
|
void |
validate()
Validates the instance.
|
public GeoReplicationStatus status()
public OffsetDateTime lastSyncTime()
public Boolean canFailover()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.