Kinetica C# API  Version 7.0.19.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).

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 48 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 54 of file AggregateHistogram.cs.


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