Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static IndexKey.Builder |
IndexKey.builder()
Create a new builder.
|
IndexKey.Builder |
IndexKey.Builder.columnName(String columnName)
The name of a column to be included as an index key.
|
IndexKey.Builder |
IndexKey.Builder.copy(IndexKey model) |
IndexKey.Builder |
IndexKey.Builder.jsonFieldType(String jsonFieldType)
If the specified column is of type JSON, jsonFieldType contains the type of the field
indicated by jsonPath.
|
IndexKey.Builder |
IndexKey.Builder.jsonPath(String jsonPath)
If the specified column is of type JSON, jsonPath contains a dotted path indicating the
field within the JSON object that will be the index key.
|
IndexKey.Builder |
IndexKey.toBuilder() |
Copyright © 2016–2024. All rights reserved.