Enum PartitionSourceType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
An enumeration of possible values for a partition source.
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. This value is only supported when the compatibility level of the database is at 1470 or above. |
Entity | The data in this partition is obtained by querying the named entity from the underlying DataSource/Provider. This value is only supported when the compatibility level of the database is at 1400 or above. |
Inferred | The data in this partition is populated by executing a query generated by the system. This value is only supported when the compatibility level of the database is at 1563 or above. |
M | The partition uses an M expression to retrieve the data. This value is only supported when the compatibility level of the database is at 1400 or above. |
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. This value is only supported when the compatibility level of the database is at Internal or above. |
PolicyRange | The partition uses an M expression to retrieve the data. The partition ranges are auto created based on RefreshPolicy. This value is only supported when the compatibility level of the database is at 1450 or above. |
Query | The data in this partition is retrieved by executing a query against a DataSource. |