CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.collectionName(String collectionName) |
Sets the collection name for this query management operation.
|
static CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.createPrimaryQueryIndexOptions() |
Creates a new instance with default values.
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.deferred(boolean deferred) |
If set to true will defer building of this index (false by default).
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.ignoreIfExists(boolean ignoreIfExists) |
Set to true if no exception should be thrown if the primary index already exists (false by default).
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.indexName(String indexName) |
The custom name of the primary index.
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.numReplicas(int numReplicas) |
Configures the number of index replicas.
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.scopeName(String scopeName) |
Sets the scope name for this query management operation.
|
CreatePrimaryQueryIndexOptions |
CreatePrimaryQueryIndexOptions.with(String optionName,
Object optionValue) |
Allows passing in custom options into the N1QL WITH clause for index creation.
|