Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | ADDITIONAL_COLUMN_NAMES = "additional_column_names" |
A list of comma separated column names over which statistics can be accumulated along with the primary column. More... | |
const string | WEIGHT_COLUMN_NAME = "weight_column_name" |
Name of column used as weighting attribute for the weighted average statistic. More... | |
Optional parameters.
A set of string constants for the parameter <member name="options">.
Definition at line 142 of file AggregateStatistics.cs.
const string kinetica.AggregateStatisticsRequest.Options.ADDITIONAL_COLUMN_NAMES = "additional_column_names" |
A list of comma separated column names over which statistics can be accumulated along with the primary column.
All columns listed and <member name="column_name"> must be of the same type. Must not include the column specified in <member name="column_name"> and no column can be listed twice.
Definition at line 151 of file AggregateStatistics.cs.
const string kinetica.AggregateStatisticsRequest.Options.WEIGHT_COLUMN_NAME = "weight_column_name" |
Name of column used as weighting attribute for the weighted average statistic.
Definition at line 155 of file AggregateStatistics.cs.