public static final class GetRecordsByColumnRequest.Options extends Object
EXPRESSION
: Optional filter expression to apply to the table.
SORT_BY
:
Optional column(s) that the data should be sorted by. Empty by default
(i.e. no sorting is applied).
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; 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
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
ASCENDING |
static String |
CONVERT_WKTS_TO_WKBS
If true, then WKT string columns will be returned as WKB bytes.
|
static String |
DESCENDING |
static String |
EXPRESSION
Optional filter expression to apply to the table.
|
static String |
FALSE |
static String |
ORDER_BY
Comma-separated list of the columns to be sorted by; e.g.
|
static String |
SORT_BY
Optional column(s) that the data should be sorted by.
|
static String |
SORT_ORDER
String indicating how the returned values should be sorted -
ascending or descending.
|
static String |
TRUE |
public static final String EXPRESSION
public static final String SORT_BY
public static final String SORT_ORDER
ASCENDING
.public static final String ASCENDING
public static final String DESCENDING
public static final String ORDER_BY
public static final String CONVERT_WKTS_TO_WKBS
FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2019. All rights reserved.