Skip to main content

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

Static Public Attributes

const string EXPRESSION = “expression”
 Filter expression to apply to the table.
 
const string FAST_INDEX_LOOKUP = “fast_index_lookup”
 Indicates if indexes should be used to perform the lookup for a given expression if possible.
 
const string TRUE = “true”
 A boolean constant for the GetRecordsRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the GetRecordsRequest.Options options.
 
const string SORT_BY = “sort_by”
 Column that the data should be sorted by.
 
const string SORT_ORDER = “sort_order”
 String indicating how the returned values should be sorted.
 
const string ASCENDING = “ascending”
 A constant for the GetRecordsRequest.Options options.
 
const string DESCENDING = “descending”
 A constant for the GetRecordsRequest.Options options.
 

Detailed Description

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

Definition at line 53 of file GetRecords.cs.

Member Data Documentation

◆ ASCENDING

const string kinetica.GetRecordsRequest.Options.ASCENDING = “ascending”
static

A constant for the GetRecordsRequest.Options options.

Definition at line 116 of file GetRecords.cs.

◆ DESCENDING

const string kinetica.GetRecordsRequest.Options.DESCENDING = “descending”
static

A constant for the GetRecordsRequest.Options options.

Definition at line 120 of file GetRecords.cs.

◆ EXPRESSION

const string kinetica.GetRecordsRequest.Options.EXPRESSION = “expression”
static

Filter expression to apply to the table.

Definition at line 56 of file GetRecords.cs.

◆ FALSE

const string kinetica.GetRecordsRequest.Options.FALSE = “false”
static

A boolean constant for the GetRecordsRequest.Options options.

Definition at line 85 of file GetRecords.cs.

◆ FAST_INDEX_LOOKUP

const string kinetica.GetRecordsRequest.Options.FAST_INDEX_LOOKUP = “fast_index_lookup”
static

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

Only applicable if there is no sorting, the expression contains only equivalence comparisons based on existing tables indexes and the range of requested values is from [0 to END_OF_SET]. Supported values:

The default value is TRUE.

Definition at line 77 of file GetRecords.cs.

◆ SORT_BY

const string kinetica.GetRecordsRequest.Options.SORT_BY = “sort_by”
static

Column that the data should be sorted by.

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

Definition at line 90 of file GetRecords.cs.

◆ SORT_ORDER

const string kinetica.GetRecordsRequest.Options.SORT_ORDER = “sort_order”
static

String indicating how the returned values should be sorted.

  • ascending or descending.

If sort_order is provided, sort_by has to be provided. Supported values:

The default value is ASCENDING.

Definition at line 112 of file GetRecords.cs.

◆ TRUE

const string kinetica.GetRecordsRequest.Options.TRUE = “true”
static

A boolean constant for the GetRecordsRequest.Options options.

Definition at line 81 of file GetRecords.cs.


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