Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Schema.Builder |
Schema.builder()
Create a new builder.
|
Schema.Builder |
Schema.Builder.columns(List<Column> columns)
The columns of a table.
|
Schema.Builder |
Schema.Builder.copy(Schema model) |
Schema.Builder |
Schema.Builder.identity(Identity identity) |
Schema.Builder |
Schema.Builder.primaryKey(List<String> primaryKey)
A list of column names that make up a key.
|
Schema.Builder |
Schema.Builder.shardKey(List<String> shardKey)
A list of column names that make up a key.
|
Schema.Builder |
Schema.toBuilder() |
Schema.Builder |
Schema.Builder.ttl(Integer ttl)
The default Time-to-Live for the table, in days.
|
Copyright © 2016–2024. All rights reserved.