Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

GeoReplicationStats Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Class representing the geo-replication stats.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..GeoReplicationStats

Syntax

 
public sealed class GeoReplicationStats
 
public ref class GeoReplicationStats sealed 
 
[<Sealed>]
type GeoReplicationStats = class end
 
Public NotInheritable Class GeoReplicationStats

Properties

NameDescription
System_CAPS_pubpropertyLastSyncTimeLastSyncTimeLastSyncTimeLastSyncTime

Gets or sets the last synchronization time.

System_CAPS_pubpropertyStatusStatusStatusStatus

Gets or sets the status of geo-replication.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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.

Return to top