| Kinetica   C#   API
    Version 7.2.3.0
    | 
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" | 
A set of string constants for the parameter options.
Definition at line 42 of file GetRecords.cs.
| const string kinetica.GetRecordsRequest.Options.ASCENDING = "ascending" | 
Definition at line 89 of file GetRecords.cs.
| const string kinetica.GetRecordsRequest.Options.DESCENDING = "descending" | 
Definition at line 90 of file GetRecords.cs.
| const string kinetica.GetRecordsRequest.Options.EXPRESSION = "expression" | 
Optional filter expression to apply to the table.
Definition at line 46 of file GetRecords.cs.
| const string kinetica.GetRecordsRequest.Options.FALSE = "false" | 
Definition at line 64 of file GetRecords.cs.
| 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 61 of file GetRecords.cs.
| 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 70 of file GetRecords.cs.
| 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 87 of file GetRecords.cs.
| const string kinetica.GetRecordsRequest.Options.TRUE = "true" | 
Definition at line 63 of file GetRecords.cs.