Enum ModeType
Defines the method for making data available in the partition.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
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. |
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. |
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. |