Skip to main content

A set of string constants for the parameter AggregateHistogramRequest.options. More…

Static Public Attributes

const string VALUE_COLUMN = “value_column”
 The name of the column to use when calculating the bin values (values are summed).
 
const string START = “start”
 The start parameter for char types.
 
const string END = “end”
 The end parameter for char types.
 
const string INTERVAL = “interval”
 The interval parameter for char types.
 

Detailed Description

A set of string constants for the parameter AggregateHistogramRequest.options.

Optional parameters.

Definition at line 36 of file AggregateHistogram.cs.

Member Data Documentation

◆ END

const string kinetica.AggregateHistogramRequest.Options.END = “end”
static

The end parameter for char types.

Definition at line 48 of file AggregateHistogram.cs.

◆ INTERVAL

const string kinetica.AggregateHistogramRequest.Options.INTERVAL = “interval”
static

The interval parameter for char types.

Definition at line 51 of file AggregateHistogram.cs.

◆ START

const string kinetica.AggregateHistogramRequest.Options.START = “start”
static

The start parameter for char types.

Definition at line 45 of file AggregateHistogram.cs.

◆ VALUE_COLUMN

const string kinetica.AggregateHistogramRequest.Options.VALUE_COLUMN = “value_column”
static

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 42 of file AggregateHistogram.cs.


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