Uses of Class
com.azure.storage.queue.models.GeoReplication
-
Packages that use GeoReplication Package Description com.azure.storage.queue.models Package containing classes for AzureQueueStorage. -
-
Uses of GeoReplication in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return GeoReplication Modifier and Type Method Description GeoReplicationQueueServiceStatistics. getGeoReplication()Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.GeoReplicationGeoReplication. setLastSyncTime(OffsetDateTime lastSyncTime)Set the lastSyncTime property: A GMT date/time value, to the second.GeoReplicationGeoReplication. setStatus(GeoReplicationStatus status)Set the status property: The status of the secondary location.Methods in com.azure.storage.queue.models with parameters of type GeoReplication Modifier and Type Method Description QueueServiceStatisticsQueueServiceStatistics. setGeoReplication(GeoReplication geoReplication)Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
-