Uses of Class
com.azure.data.tables.models.TableServiceGeoReplicationStatus
-
Packages that use TableServiceGeoReplicationStatus Package Description com.azure.data.tables.models Package containing the implementations and inner classes for AzureTable. -
-
Uses of TableServiceGeoReplicationStatus in com.azure.data.tables.models
Fields in com.azure.data.tables.models declared as TableServiceGeoReplicationStatus Modifier and Type Field Description static TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus. BOOTSTRAPStatic value 'bootstrap' forTableServiceGeoReplicationStatus.static TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus. LIVEStatic value 'live' forTableServiceGeoReplicationStatus.static TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus. UNAVAILABLEStatic value 'unavailable' forTableServiceGeoReplicationStatus.Methods in com.azure.data.tables.models that return TableServiceGeoReplicationStatus Modifier and Type Method Description static TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus. fromString(String name)Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.TableServiceGeoReplicationStatusTableServiceGeoReplication. getStatus()Get thestatusof the secondary location.Constructors in com.azure.data.tables.models with parameters of type TableServiceGeoReplicationStatus Constructor Description TableServiceGeoReplication(TableServiceGeoReplicationStatus status, OffsetDateTime lastSyncTime)Creates an instance ofTableServiceGeoReplication.
-