Enum IndexingBehavior
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Controls how the AnalysisServices engine builds and persists indexes.
public enum IndexingBehavior
- Extension Methods
Fields
| Name | Description |
|---|---|
| Auto | The semantic model might build in-memory index during data load or query execution. |
| 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. |
| Off | Indexing is disabled. The semantic model will not perform indexing during refresh operations. |
Remarks
This enum is only supported when the compatibility level of the database is at Preview or above.