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 41 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Options.ASCENDING = "ascending" |
Definition at line 88 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Options.DESCENDING = "descending" |
Definition at line 89 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Options.EXPRESSION = "expression" |
Optional filter expression to apply to the table.
Definition at line 45 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Options.FALSE = "false" |
Definition at line 63 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 60 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 69 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 86 of file GetRecords.cs.
const string kinetica.GetRecordsRequest.Options.TRUE = "true" |
Definition at line 62 of file GetRecords.cs.