Uses of Class
com.azure.data.tables.models.TableServiceGeoReplicationStatus
Packages that use TableServiceGeoReplicationStatus
Package
Description
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 TableServiceGeoReplicationStatusModifier and TypeFieldDescriptionstatic final TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus.BOOTSTRAPStatic value 'bootstrap' forTableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus.LIVEStatic value 'live' forTableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatusTableServiceGeoReplicationStatus.UNAVAILABLEStatic value 'unavailable' forTableServiceGeoReplicationStatus.Methods in com.azure.data.tables.models that return TableServiceGeoReplicationStatusModifier and TypeMethodDescriptionTableServiceGeoReplicationStatus.fromString(String name) Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.TableServiceGeoReplication.getStatus()Get thestatusof the secondary location.Constructors in com.azure.data.tables.models with parameters of type TableServiceGeoReplicationStatusModifierConstructorDescriptionTableServiceGeoReplication(TableServiceGeoReplicationStatus status, OffsetDateTime lastSyncTime) Creates an instance ofTableServiceGeoReplication.