public class BuildQueryIndexOptions extends CommonOptions<BuildQueryIndexOptions>
Modifier and Type | Class and Description |
---|---|
class |
BuildQueryIndexOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
BuildQueryIndexOptions.Built |
build() |
static BuildQueryIndexOptions |
buildDeferredQueryIndexesOptions()
Creates a new instance with default values.
|
BuildQueryIndexOptions |
collectionName(String collectionName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
BuildQueryIndexOptions |
scopeName(String scopeName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
clientContext, parentSpan, retryStrategy, self, timeout
public static BuildQueryIndexOptions buildDeferredQueryIndexesOptions()
@Deprecated public BuildQueryIndexOptions scopeName(String scopeName)
Please note that if the scope name is set, the collectionName(String)
(String)} must also be set.
scopeName
- the name of the scope.@Deprecated public BuildQueryIndexOptions collectionName(String collectionName)
Please note that if the collection name is set, the scopeName(String)
must also be set.
collectionName
- the name of the collection.@Stability.Internal public BuildQueryIndexOptions.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.