Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AggregateHistogramRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • 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).


A set of string constants for the parameter <member name="options">.

Definition at line 41 of file AggregateHistogram.cs.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: