Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

GeoReplicationStatus Enumeration (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Enumeration representing the state of geo-replication in a service.

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

Syntax

 
public enum GeoReplicationStatus
 
public enum class GeoReplicationStatus
 
type GeoReplicationStatus
 
Public Enumeration GeoReplicationStatus

Members

Member nameDescription
Bootstrap

Data is being bootstrapped from primary to secondary.

Live

Geo-replication is live.

Unavailable

Status of geo-replication is unavailable.

Return to top