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

More...

Public Attributes

const string EXPRESSION = "expression"
 Optional filter expression to apply to the table. More...
 
const string SORT_BY = "sort_by"
 Optional column that the data should be sorted by. More...
 
const string SORT_ORDER = "sort_order"
 String indicating how the returned values should be sorted - ascending or descending. More...
 
const string ASCENDING = "ascending"
 
const string DESCENDING = "descending"
 
const string ORDER_BY = "order_by"
 Comma-separated list of the columns to be sorted by; e.g. More...
 

Detailed Description

  • expression Optional filter expression to apply to the table.

sort_by Optional column that the data should be sorted by. Empty by default (i.e. no sorting is applied). sort_order String indicating how the returned values should be sorted - ascending or descending. Default is 'ascending'. If sort_order is provided, sort_by has to be provided. Values: ascending, descending. order_by Comma-separated list of the columns to be sorted by; e.g. 'timestamp asc, x desc'. The columns specified must be present in . If any alias is given for any column name, the alias must be used, rather than the original column name.


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

Definition at line 81 of file GetRecordsByColumn.cs.

Member Data Documentation

const string kinetica.GetRecordsByColumnRequest.Options.ASCENDING = "ascending"

Definition at line 98 of file GetRecordsByColumn.cs.

const string kinetica.GetRecordsByColumnRequest.Options.DESCENDING = "descending"

Definition at line 99 of file GetRecordsByColumn.cs.

const string kinetica.GetRecordsByColumnRequest.Options.EXPRESSION = "expression"

Optional filter expression to apply to the table.

Definition at line 86 of file GetRecordsByColumn.cs.

const string kinetica.GetRecordsByColumnRequest.Options.ORDER_BY = "order_by"

Comma-separated list of the columns to be sorted by; e.g.

'timestamp asc, x desc'. The columns specified must be present in <member name="column_names">. If any alias is given for any column name, the alias must be used, rather than the original column name.

Definition at line 106 of file GetRecordsByColumn.cs.

const string kinetica.GetRecordsByColumnRequest.Options.SORT_BY = "sort_by"

Optional column that the data should be sorted by.

Empty by default (i.e. no sorting is applied).

Definition at line 90 of file GetRecordsByColumn.cs.

const string kinetica.GetRecordsByColumnRequest.Options.SORT_ORDER = "sort_order"

String indicating how the returned values should be sorted - ascending or descending.

Default is 'ascending'. If sort_order is provided, sort_by has to be provided. Values: ascending, descending.

Definition at line 97 of file GetRecordsByColumn.cs.


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