Dela via


GeoReplicationStats Class

  • java.lang.Object
    • com.microsoft.azure.storage.GeoReplicationStats

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.

GeoReplicationStatus 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:

A java.util.Date object which represents the last synchronization time.

getStatus

public GeoReplicationStatus getStatus()

Gets the GeoReplicationStatus status.

Returns:

The GeoReplicationStatus status.

Applies to