Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | VALUE_COLUMN = "value_column" |
The name of the column to use when calculating the bin values (values are summed). More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 53 of file AggregateHistogram.cs.
const string kinetica.AggregateHistogramRequest.Options.VALUE_COLUMN = "value_column" |
The name of the column to use when calculating the bin values (values are summed).
The column must be a numerical type (int, double, long, float).
Definition at line 59 of file AggregateHistogram.cs.