GeoReplication Class

  • java.lang.Object
    • com.azure.storage.blob.models.GeoReplication

public final class GeoReplication

Geo-Replication information for the Secondary Storage Service.

Constructor Summary

Constructor Description
GeoReplication()

Creates an instance of GeoReplication class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getLastSyncTime()

Get the lastSyncTime property: A GMT date/time value, to the second.

GeoReplicationStatus getStatus()

Get the status property: The status of the secondary location.

GeoReplication setLastSyncTime(OffsetDateTime lastSyncTime)

Set the lastSyncTime property: A GMT date/time value, to the second.

GeoReplication setStatus(GeoReplicationStatus status)

Set the status property: The status of the secondary location.

Methods inherited from java.lang.Object

Constructor Details

GeoReplication

public GeoReplication()

Creates an instance of GeoReplication class.

Method Details

getLastSyncTime

public OffsetDateTime getLastSyncTime()

Get the lastSyncTime property: A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads.

Returns:

the lastSyncTime value.

getStatus

public GeoReplicationStatus getStatus()

Get the status property: The status of the secondary location.

Returns:

the status value.

setLastSyncTime

public GeoReplication setLastSyncTime(OffsetDateTime lastSyncTime)

Set the lastSyncTime property: A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads.

Parameters:

lastSyncTime - the lastSyncTime value to set.

Returns:

the GeoReplication object itself.

setStatus

public GeoReplication setStatus(GeoReplicationStatus status)

Set the status property: The status of the secondary location.

Parameters:

status - the status value to set.

Returns:

the GeoReplication object itself.

Applies to