Enum DataViewType
Determines which partitions are to be selected to run queries against the model.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum DataViewType
Fields
Name | Description |
---|---|
Default | Only Partitions can use this value. When set, the partition will inherit the DataView from the Model. |
Full | Partitions with DataView set to Default or Full are selected. |
Sample | Partitions with DataView set to Default or Sample are selected. |