Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
Replica |
Replica.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Replica> |
Table.getReplicas()
An array of Replica listing this table’s replicas, if any
|
Modifier and Type | Method and Description |
---|---|
Replica.Builder |
Replica.Builder.copy(Replica model) |
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.replicas(List<Replica> replicas)
An array of Replica listing this table’s replicas, if any
|
Constructor and Description |
---|
Table(String id,
String name,
String compartmentId,
Date timeCreated,
Date timeUpdated,
TableLimits tableLimits,
Table.LifecycleState lifecycleState,
Boolean isAutoReclaimable,
Date timeOfExpiration,
String lifecycleDetails,
Schema schema,
String ddlStatement,
Table.SchemaState schemaState,
Boolean isMultiRegion,
Integer localReplicaInitializationInPercent,
List<Replica> replicas,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.