Enum DirectLakeBehavior
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Fallback behavior for Direct Lake models.
public enum DirectLakeBehavior
Fields
| Name | Description |
|---|---|
| Automatic | Adaptive fallback, shipped in public preview. |
| DirectLakeOnly | Disables fallback. Uses Direct Lake unconditionally. |
| DirectQueryOnly | Enforces fallback. Uses DirectQuery unconditionally. |
Remarks
This enum is only supported when the compatibility level of the database is at 1604 or above.