public class GetAllQueryIndexesOptions extends CommonOptions<GetAllQueryIndexesOptions>
Modifier and Type | Class and Description |
---|---|
class |
GetAllQueryIndexesOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
GetAllQueryIndexesOptions.Built |
build() |
GetAllQueryIndexesOptions |
collectionName(String collectionName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
static GetAllQueryIndexesOptions |
getAllQueryIndexesOptions()
Creates a new instance with default values.
|
GetAllQueryIndexesOptions |
scopeName(String scopeName)
Deprecated.
`collection.queryIndexes()` should now be used for collection-related query index operations.
|
clientContext, parentSpan, retryStrategy, self, timeout
public static GetAllQueryIndexesOptions getAllQueryIndexesOptions()
@Deprecated public GetAllQueryIndexesOptions scopeName(String scopeName)
If the scope name is set but the collectionName(String)
(String)} is not, then all indexes within
a scope (for all the collections inside) will be returned.
scopeName
- the name of the scope.@Deprecated public GetAllQueryIndexesOptions 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 GetAllQueryIndexesOptions.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.