Kinetica C# API
Version 7.0.19.0
|
Public Attributes | |
const string | EXPRESSION = "expression" |
Optional filter expression to apply to the table. More... | |
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" |
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'. More... | |
const string | CONVERT_WKTS_TO_WKBS = "convert_wkts_to_wkbs" |
If true, then WKT string columns will be returned as WKB bytes. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
SORT_BY: Optional 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 ''. SORT_ORDER: 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. ORDER_BY: 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 ''. CONVERT_WKTS_TO_WKBS: If true, then WKT string columns will be returned as WKB bytes. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 140 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.ASCENDING = "ascending" |
Definition at line 171 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.CONVERT_WKTS_TO_WKBS = "convert_wkts_to_wkbs" |
If true, then WKT string columns will be returned as WKB bytes.
Supported values:
The default value is FALSE.
Definition at line 194 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.DESCENDING = "descending" |
Definition at line 172 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.EXPRESSION = "expression" |
Optional filter expression to apply to the table.
Definition at line 145 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.FALSE = "false" |
Definition at line 196 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.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'.
The default value is ''.
Definition at line 177 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.SORT_BY = "sort_by" |
Optional 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 151 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.SORT_ORDER = "sort_order" |
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 170 of file GetRecordsByColumn.cs.
const string kinetica.GetRecordsByColumnRequest.Options.TRUE = "true" |
Definition at line 195 of file GetRecordsByColumn.cs.