Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Table.SchemaState |
Table.SchemaState.create(String key) |
Table.SchemaState |
Table.getSchemaState()
The current state of this table’s schema.
|
static Table.SchemaState |
Table.SchemaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.SchemaState[] |
Table.SchemaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.schemaState(Table.SchemaState schemaState)
The current state of this table’s schema.
|
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.