Enum ModeType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Defines the method for making data available in the partition.
public enum ModeType
Fields
Name | Description |
---|---|
Default | Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model. |
DirectLake | Data will be loaded into memory from the data lake or queried dynamically if DirectLake fallback is enabled. This value is only supported when the compatibility level of the database is at 1604 or above. |
DirectQuery | Data will be queried dynamically from a data source. |
Dual | Uses both Import and DirectQuery storage modes to support queries in composite models with high performance. This value is only supported when the compatibility level of the database is at 1455 or above. |
Import | Data will be imported from a data source. |
Push | Do not reference this member directly in your code. It supports the Analysis Services infrastructure. This value is only supported for Pbi server. |