Kinetica C# API
Version 6.0.1.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.
A set of string constants for the parameter <member name="options">.
Definition at line 41 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 47 of file AggregateHistogram.cs.