| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Field and Description |
|---|---|
static TableServiceGeoReplicationStatus |
TableServiceGeoReplicationStatus.BOOTSTRAP
Static value 'bootstrap' for
TableServiceGeoReplicationStatus. |
static TableServiceGeoReplicationStatus |
TableServiceGeoReplicationStatus.LIVE
Static value 'live' for
TableServiceGeoReplicationStatus. |
static TableServiceGeoReplicationStatus |
TableServiceGeoReplicationStatus.UNAVAILABLE
Static value 'unavailable' for
TableServiceGeoReplicationStatus. |
| Modifier and Type | Method and Description |
|---|---|
static TableServiceGeoReplicationStatus |
TableServiceGeoReplicationStatus.fromString(String name)
Creates or finds a
TableServiceGeoReplicationStatus from its string representation. |
TableServiceGeoReplicationStatus |
TableServiceGeoReplication.getStatus()
Get the
status of the secondary location. |
| Constructor and Description |
|---|
TableServiceGeoReplication(TableServiceGeoReplicationStatus status,
OffsetDateTime lastSyncTime)
Creates an instance of
TableServiceGeoReplication. |
Copyright © 2021 Microsoft Corporation. All rights reserved.