GeoReplicationStats.LastSyncTime Property
From Windows Runtime Azure Storage Client Library
Gets or sets the last synchronization time.
Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As GeoReplicationStats Dim value As Nullable(Of DateTimeOffset) value = instance.LastSyncTime |
Syntax
| Visual Basic |
|---|
Public Property LastSyncTime As Nullable(Of DateTimeOffset) |
| C# |
|---|
public Nullable<DateTimeOffset> LastSyncTime { get; } |
| C++ |
|---|
public: property Nullable<DateTimeOffset> LastSyncTime { Nullable<DateTimeOffset> get (); } |
| J# |
|---|
/** @property */ /** @attribute CompilerGeneratedAttribute() */ public Nullable<DateTimeOffset> get_LastSyncTime () |
| JScript |
|---|
CompilerGeneratedAttribute public function get LastSyncTime () : Nullable<DateTimeOffset> |
Property Value
The last synchronization time.
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.