GeoReplicationStats Class
- java.
lang. Object - com.
microsoft. azure. storage. GeoReplicationStats
- com.
public class GeoReplicationStats
Class representing the geo-replication statistics.
Method Summary
Modifier and Type | Method and Description |
---|---|
Date |
getLastSyncTime()
Gets the last synchronization time. All primary writes preceding this value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. |
Geo |
getStatus()
Gets the GeoReplicationStatus status. |
Method Details
getLastSyncTime
public Date getLastSyncTime()
Gets the last synchronization time. All primary writes preceding this value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads.
Returns:
java.util.Date
object which represents the last synchronization time.getStatus
public GeoReplicationStatus getStatus()
Gets the GeoReplicationStatus status.
Returns:
GeoReplicationStatus
status.Applies to
Azure SDK for Java