Enum PartitionSourceType
An enumeration of possible values for a partition source.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum PartitionSourceType
Fields
Name | Description |
---|---|
Calculated | The data in this partition is populated by executing a calculated expression. |
CalculationGroup | The partition uses CalculationGroup as a source. |
Entity | The data in this partition is obtained by querying the named entity from the underlying DataSource/Provider. |
Inferred | The data in this partition is populated by executing a query generated by the system. |
M | The partition uses an M expression to retrieve the data. |
None | The source is undefined. Data can come from pushed data or from out of line bindings that pull in data from an explicitly specified data source. |
Parquet | The data in this partition is populated from parquet file. |
PolicyRange | The partition uses an M expression to retrieve the data. The partition ranges are auto created based on RefreshPolicy. |
Query | The data in this partition is retrieved by executing a query against a DataSource. |