Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 34 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 40 of file AggregateHistogram.cs.