ModeType Enum

Definition

Defines the method for making data available in the partition.

public enum ModeType
type ModeType = 
Public Enum ModeType
Inheritance
ModeType

Fields

Default 2

Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model.

DirectLake 5

Data will be loaded into memory from the data lake or queried dynamically if DirectLake fallback is enabled.

DirectQuery 1

Data will be queried dynamically from a data source.

Dual 4

Uses both Import and DirectQuery storage modes to support queries in composite models with high performance.

Import 0

Data will be imported from a data source.

Push 3

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

Applies to