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

Map of optional parameters:

More...

Public Attributes

const string ADDITIONAL_COLUMN_NAMES = "additional_column_names"
 A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column. More...
 
const string BIN_VALUES = "bin_values"
 A list of comma separated binning-column values. More...
 
const string WEIGHT_COLUMN_NAME = "weight_column_name"
 Name of the column used as weighting column for the weighted_average statistic. More...
 
const string ORDER_COLUMN_NAME = "order_column_name"
 Name of the column used for candlestick charting techniques. More...
 

Detailed Description

Map of optional parameters:

  • additional_column_names A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.

bin_values A list of comma separated binning-column values. Values that match the nth bin_values value are placed in the nth bin. weight_column_name Name of the column used as weighting column for the weighted_average statistic. order_column_name Name of the column used for candlestick charting techniques.


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

Definition at line 71 of file AggregateStatisticsByRange.cs.

Member Data Documentation

const string kinetica.AggregateStatisticsByRangeRequest.Options.ADDITIONAL_COLUMN_NAMES = "additional_column_names"

A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.

Definition at line 77 of file AggregateStatisticsByRange.cs.

const string kinetica.AggregateStatisticsByRangeRequest.Options.BIN_VALUES = "bin_values"

A list of comma separated binning-column values.

Values that match the nth bin_values value are placed in the nth bin.

Definition at line 82 of file AggregateStatisticsByRange.cs.

const string kinetica.AggregateStatisticsByRangeRequest.Options.ORDER_COLUMN_NAME = "order_column_name"

Name of the column used for candlestick charting techniques.

Definition at line 90 of file AggregateStatisticsByRange.cs.

const string kinetica.AggregateStatisticsByRangeRequest.Options.WEIGHT_COLUMN_NAME = "weight_column_name"

Name of the column used as weighting column for the weighted_average statistic.

Definition at line 86 of file AggregateStatisticsByRange.cs.


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