Enum DirectLakeIndexingBehavior
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Controls how the AnalysisServices engine builds and persists DirectLake specific indexes.
public enum DirectLakeIndexingBehavior
- Extension Methods
Fields
| Name | Description |
|---|---|
| Auto | The semantic model might build in-memory index during data load or query execution. |
| Default | Applies the semantic model default index building and persistence behavior. |
| Explicit | The semantic model will build and persist the index only when explicitly requested via a refresh indexes operation. Refresh types other than refresh indexes do not perform indexing. |
| Full | The semantic model builds and persists indexes as part of refresh full, refresh calculate and refresh indexes operations. |
Remarks
This enum is only supported when the compatibility level of the database is at Preview or above.