azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

86 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.GeoReplication"
fullName: "com.azure.storage.blob.models.GeoReplication"
name: "GeoReplication"
nameWithType: "GeoReplication"
summary: "Geo-Replication information for the Secondary Storage Service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **GeoReplication**"
constructors:
- uid: "com.azure.storage.blob.models.GeoReplication.GeoReplication()"
fullName: "com.azure.storage.blob.models.GeoReplication.GeoReplication()"
name: "GeoReplication()"
nameWithType: "GeoReplication.GeoReplication()"
summary: "Creates an instance of Geo<wbr>Replication class."
syntax: "public GeoReplication()"
desc: "Creates an instance of GeoReplication class."
methods:
- uid: "com.azure.storage.blob.models.GeoReplication.getLastSyncTime()"
fullName: "com.azure.storage.blob.models.GeoReplication.getLastSyncTime()"
name: "getLastSyncTime()"
nameWithType: "GeoReplication.getLastSyncTime()"
summary: "Get the last<wbr>Sync<wbr>Time property: A GMT date/time value, to the second."
syntax: "public OffsetDateTime getLastSyncTime()"
desc: "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:
description: "the lastSyncTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.GeoReplication.getStatus()"
fullName: "com.azure.storage.blob.models.GeoReplication.getStatus()"
name: "getStatus()"
nameWithType: "GeoReplication.getStatus()"
summary: "Get the status property: The status of the secondary location."
syntax: "public GeoReplicationStatus getStatus()"
desc: "Get the status property: The status of the secondary location."
returns:
description: "the status value."
type: "<xref href=\"com.azure.storage.blob.models.GeoReplicationStatus?alt=com.azure.storage.blob.models.GeoReplicationStatus&text=GeoReplicationStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.GeoReplication.setLastSyncTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.GeoReplication.setLastSyncTime(OffsetDateTime lastSyncTime)"
name: "setLastSyncTime(OffsetDateTime lastSyncTime)"
nameWithType: "GeoReplication.setLastSyncTime(OffsetDateTime lastSyncTime)"
summary: "Set the last<wbr>Sync<wbr>Time property: A GMT date/time value, to the second."
parameters:
- description: "the lastSyncTime value to set."
name: "lastSyncTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public GeoReplication setLastSyncTime(OffsetDateTime lastSyncTime)"
desc: "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."
returns:
description: "the GeoReplication object itself."
type: "<xref href=\"com.azure.storage.blob.models.GeoReplication?alt=com.azure.storage.blob.models.GeoReplication&text=GeoReplication\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.GeoReplication.setStatus(com.azure.storage.blob.models.GeoReplicationStatus)"
fullName: "com.azure.storage.blob.models.GeoReplication.setStatus(GeoReplicationStatus status)"
name: "setStatus(GeoReplicationStatus status)"
nameWithType: "GeoReplication.setStatus(GeoReplicationStatus status)"
summary: "Set the status property: The status of the secondary location."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.storage.blob.models.GeoReplicationStatus?alt=com.azure.storage.blob.models.GeoReplicationStatus&text=GeoReplicationStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GeoReplication setStatus(GeoReplicationStatus status)"
desc: "Set the status property: The status of the secondary location."
returns:
description: "the GeoReplication object itself."
type: "<xref href=\"com.azure.storage.blob.models.GeoReplication?alt=com.azure.storage.blob.models.GeoReplication&text=GeoReplication\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Geo-Replication information for the Secondary Storage Service."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1