PartitionSourceType Enum

Definition

An enumeration of possible values for a partition source.

public enum PartitionSourceType
type PartitionSourceType = 
Public Enum PartitionSourceType
Inheritance
PartitionSourceType

Fields

Calculated 2

The data in this partition is populated by executing a calculated expression.

CalculationGroup 7

The partition uses CalculationGroup as a source.

Entity 5

The data in this partition is obtained by querying the named entity from the underlying DataSource/Provider.

Inferred 8

The data in this partition is populated by executing a query generated by the system.

M 4

The partition uses an M expression to retrieve the data.

None 3

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.

PolicyRange 6

The partition uses an M expression to retrieve the data. The partition ranges are auto created based on RefreshPolicy.

Query 1

The data in this partition is retrieved by executing a query against a DataSource.

Applies to