Enum SummarizationType
Specifies the Summarization type to be used by alternative sources' columns.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum SummarizationType
Remarks
This enum is only supported when the compatibility level of the database is at 1460 or above.
Fields
Name | Description |
---|---|
Count | Count type aggregation. |
GroupBy | GroupBy type aggregation. |
Max | Max type aggregation. |
Min | Min type aggregation. |
Sum | Sum type aggregation. |