Kinetica   C#   API  Version 7.2.3.0
kinetica.AggregateHistogramRequest.Options Struct Reference

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

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 34 of file AggregateHistogram.cs.

Member Data Documentation

◆ VALUE_COLUMN

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.


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