Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static TableSummary.SchemaState |
TableSummary.SchemaState.create(String key) |
TableSummary.SchemaState |
TableSummary.getSchemaState()
The current state of this table’s schema.
|
static TableSummary.SchemaState |
TableSummary.SchemaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSummary.SchemaState[] |
TableSummary.SchemaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableSummary.Builder |
TableSummary.Builder.schemaState(TableSummary.SchemaState schemaState)
The current state of this table’s schema.
|
Constructor and Description |
---|
TableSummary(String id,
String compartmentId,
String name,
Date timeCreated,
Date timeUpdated,
TableLimits tableLimits,
Table.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isAutoReclaimable,
Date timeOfExpiration,
TableSummary.SchemaState schemaState,
Boolean isMultiRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.