azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

66 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.GeoReplicationStats"
fullName: "com.microsoft.azure.management.storage.GeoReplicationStats"
name: "GeoReplicationStats"
nameWithType: "GeoReplicationStats"
summary: "Statistics related to replication for storage account's Blob, Table, Queue and File services."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **GeoReplicationStats**"
constructors:
- uid: "com.microsoft.azure.management.storage.GeoReplicationStats.GeoReplicationStats()"
fullName: "com.microsoft.azure.management.storage.GeoReplicationStats.GeoReplicationStats()"
name: "GeoReplicationStats()"
nameWithType: "GeoReplicationStats.GeoReplicationStats()"
syntax: "public GeoReplicationStats()"
methods:
- uid: "com.microsoft.azure.management.storage.GeoReplicationStats.canFailover()"
fullName: "com.microsoft.azure.management.storage.GeoReplicationStats.canFailover()"
name: "canFailover()"
nameWithType: "GeoReplicationStats.canFailover()"
summary: "Get a boolean flag which indicates whether or not account failover is supported for the account."
syntax: "public Boolean canFailover()"
desc: "Get a boolean flag which indicates whether or not account failover is supported for the account."
returns:
description: "the canFailover value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.GeoReplicationStats.lastSyncTime()"
fullName: "com.microsoft.azure.management.storage.GeoReplicationStats.lastSyncTime()"
name: "lastSyncTime()"
nameWithType: "GeoReplicationStats.lastSyncTime()"
summary: "Get all primary writes preceding this UTC date/time value are guaranteed to be available for read operations."
syntax: "public DateTime lastSyncTime()"
desc: "Get all primary writes preceding this UTC date/time value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Element may be default value if value of LastSyncTime is not available, this can happen if secondary is offline or we are in bootstrap."
returns:
description: "the lastSyncTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.GeoReplicationStats.status()"
fullName: "com.microsoft.azure.management.storage.GeoReplicationStats.status()"
name: "status()"
nameWithType: "GeoReplicationStats.status()"
summary: "Get the status of the secondary location."
syntax: "public GeoReplicationStatus status()"
desc: "Get the status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable. Possible values include: 'Live', 'Bootstrap', 'Unavailable'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.storage.GeoReplicationStatus?alt=com.microsoft.azure.management.storage.GeoReplicationStatus&text=GeoReplicationStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Statistics related to replication for storage account's Blob, Table, Queue and File services. It is only available when geo-redundant replication is enabled for the storage account."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4