public class IndexModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SAI_INDEX_CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getIndexClass()
The name of the index class if this is a custom index, or empty if this is a regular secondary
index.
|
CollectionIndexingType |
getIndexingType() |
String |
getName() |
Map<String,String> |
getOptions() |
boolean |
isBuiltIn()
Whether the index is a known implementation (non-custom or SAI).
|
public static final String SAI_INDEX_CLASS_NAME
public String getName()
public Optional<String> getIndexClass()
public boolean isBuiltIn()
When this is true, we can perform pre-checks on query conditions, e.g. which value type is expected for certain operators.
public CollectionIndexingType getIndexingType()
Copyright © 2024. All rights reserved.