Kinetica   C#   API  Version 7.2.3.0
kinetica.GetRecordsRequest.Options Struct Reference

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

Public Attributes

const string EXPRESSION = "expression"
 Optional filter expression to apply to the table. More...
 
const string FAST_INDEX_LOOKUP = "fast_index_lookup"
 Indicates if indexes should be used to perform the lookup for a given expression if possible. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
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"
 

Detailed Description

A set of string constants for the parameter options.

Definition at line 41 of file GetRecords.cs.

Member Data Documentation

◆ ASCENDING

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

Definition at line 88 of file GetRecords.cs.

◆ DESCENDING

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

Definition at line 89 of file GetRecords.cs.

◆ EXPRESSION

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

Optional filter expression to apply to the table.

Definition at line 45 of file GetRecords.cs.

◆ FALSE

const string kinetica.GetRecordsRequest.Options.FALSE = "false"

Definition at line 63 of file GetRecords.cs.

◆ FAST_INDEX_LOOKUP

const string kinetica.GetRecordsRequest.Options.FAST_INDEX_LOOKUP = "fast_index_lookup"

Indicates if indexes should be used to perform the lookup for a given expression if possible.

Supported values:

The default value is TRUE.

Definition at line 60 of file GetRecords.cs.

◆ SORT_BY

const string kinetica.GetRecordsRequest.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 69 of file GetRecords.cs.

◆ SORT_ORDER

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

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

Supported values:

The default value is ASCENDING.

Definition at line 86 of file GetRecords.cs.

◆ TRUE

const string kinetica.GetRecordsRequest.Options.TRUE = "true"

Definition at line 62 of file GetRecords.cs.


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