Uses of Class
com.azure.storage.blob.models.GeoReplication
-
Packages that use GeoReplication Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of GeoReplication in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return GeoReplication Modifier and Type Method Description GeoReplicationBlobServiceStatistics. 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.blob.models with parameters of type GeoReplication Modifier and Type Method Description BlobServiceStatisticsBlobServiceStatistics. setGeoReplication(GeoReplication geoReplication)Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
-