A set of string constants for the parameter GetRecordsByColumnRequest.options. More…
Static Public Attributes | |
| const string | EXPRESSION = “expression” |
| Filter expression to apply to the table. | |
| 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 GetRecordsByColumnRequest.Options options. | |
| const string | DESCENDING = “descending” |
| A constant for the GetRecordsByColumnRequest.Options options. | |
| const string | ORDER_BY = “order_by” |
| Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., ‘timestamp asc, x desc’. | |
| const string | CONVERT_WKTS_TO_WKBS = “convert_wkts_to_wkbs” |
| If TRUE, then WKT string columns will be returned as WKB bytes. | |
| const string | TRUE = “true” |
| A boolean constant for the GetRecordsByColumnRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the GetRecordsByColumnRequest.Options options. | |
| const string | ROUTE_TO_TOM = “route_to_tom” |
| For multihead record retrieval without shard key expression - specifies from which tom to retrieve data. | |
Detailed Description
A set of string constants for the parameter GetRecordsByColumnRequest.options.
Definition at line 61 of file GetRecordsByColumn.cs.
Member Data Documentation
◆ ASCENDING
| static |
A constant for the GetRecordsByColumnRequest.Options options.
Definition at line 109 of file GetRecordsByColumn.cs.
◆ CONVERT_WKTS_TO_WKBS
| static |
◆ DESCENDING
| static |
A constant for the GetRecordsByColumnRequest.Options options.
Definition at line 113 of file GetRecordsByColumn.cs.
◆ EXPRESSION
| static |
Filter expression to apply to the table.
Definition at line 64 of file GetRecordsByColumn.cs.
◆ FALSE
| static |
A boolean constant for the GetRecordsByColumnRequest.Options options.
Definition at line 148 of file GetRecordsByColumn.cs.
◆ ORDER_BY
| static |
Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., ‘timestamp asc, x desc’.
The default value is ”.
Definition at line 119 of file GetRecordsByColumn.cs.
◆ ROUTE_TO_TOM
| static |
For multihead record retrieval without shard key expression - specifies from which tom to retrieve data.
Definition at line 152 of file GetRecordsByColumn.cs.
◆ SORT_BY
| static |
Column that the data should be sorted by.
Used in conjunction with SORT_ORDER. The ORDER_BY option can be used in lieu of SORT_BY / SORT_ORDER. The default value is ”.
Definition at line 76 of file GetRecordsByColumn.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 105 of file GetRecordsByColumn.cs.
◆ TRUE
| static |
A boolean constant for the GetRecordsByColumnRequest.Options options.
Definition at line 144 of file GetRecordsByColumn.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/GetRecordsByColumn.cs
- Kinetica/Protocol/GetRecordsByColumn.cs