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
| static |
A constant for the GetRecordsRequest.Options options.
Definition at line 116 of file GetRecords.cs.
◆ DESCENDING
| static |
A constant for the GetRecordsRequest.Options options.
Definition at line 120 of file GetRecords.cs.
◆ EXPRESSION
| static |
Filter expression to apply to the table.
Definition at line 56 of file GetRecords.cs.
◆ FALSE
| static |
A boolean constant for the GetRecordsRequest.Options options.
Definition at line 85 of file GetRecords.cs.
◆ 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
| 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
| 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
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GetRecords.cs
- Kinetica/Protocol/GetRecords.cs