SummaryColumnsValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column summarization definition.
public ref class SummaryColumnsValue
public class SummaryColumnsValue
type SummaryColumnsValue = class
Public Class SummaryColumnsValue
- Inheritance
-
SummaryColumnsValue
Constructors
| SummaryColumnsValue(String, SummaryFunction, String, HistogramArgumentsValue, KernelDensityArgumentsValue, List<Double>) |
Column summarization definition. |
Properties
| ColumnId |
Column to summarize. |
| HistogramArguments |
Additional arguments required for Histogram summary function. |
| KernelDensityArguments |
Additional arguments required for KernelDensity summary function. |
| Quantiles |
Quantile boundary values required for Quantiles summary function. |
| SummaryColumnName |
Name of the new column holding the aggregate values. |
| SummaryFunction |
Aggregation function to use. |
Methods
| ToDictionary() |
Convert SummaryColumnsValue to a dictionary object. |