Kinetica C# API
Version 6.2.0.1
|
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 48 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 54 of file AggregateHistogram.cs.