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

Optional parameters. More...

Public Attributes

const string ADDITIONAL_COLUMN_NAMES = "additional_column_names"
 A list of comma separated column names over which statistics can be accumulated along with the primary column. More...
 
const string WEIGHT_COLUMN_NAME = "weight_column_name"
 Name of column used as weighting attribute for the weighted average statistic. More...
 

Detailed Description

Optional parameters.

  • ADDITIONAL_COLUMN_NAMES: A list of comma separated column names over which statistics can be accumulated along with the primary column. All columns listed and must be of the same type. Must not include the column specified in and no column can be listed twice.
  • WEIGHT_COLUMN_NAME: Name of column used as weighting attribute for the weighted average statistic.

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

Definition at line 238 of file AggregateStatistics.cs.

Member Data Documentation

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

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

All columns listed and column_name must be of the same type. Must not include the column specified in column_name and no column can be listed twice.

Definition at line 247 of file AggregateStatistics.cs.

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

Name of column used as weighting attribute for the weighted average statistic.

Definition at line 251 of file AggregateStatistics.cs.


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