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...
 
const string START = "start"
 The start parameter for char types. More...
 
const string END = "end"
 The end parameter for char types. More...
 
const string INTERVAL = "interval"
 The interval parameter for char types. 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

◆ END

const string kinetica.AggregateHistogramRequest.Options.END = "end"

The end parameter for char types.

Definition at line 46 of file AggregateHistogram.cs.

◆ INTERVAL

const string kinetica.AggregateHistogramRequest.Options.INTERVAL = "interval"

The interval parameter for char types.

Definition at line 49 of file AggregateHistogram.cs.

◆ START

const string kinetica.AggregateHistogramRequest.Options.START = "start"

The start parameter for char types.

Definition at line 43 of file AggregateHistogram.cs.

◆ 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: