public static final class GetRecordsByColumnRequest.Options extends Object
EXPRESSION
: Optional filter expression to apply to the table.
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
.
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 as well as the
sort direction, e.g., 'timestamp asc, x desc'.
|
static String |
SORT_BY
Optional column 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
sort_order
. The order_by
option can
be used in lieu of sort_by
/ sort_order
. The
default value is ''.public static final String SORT_ORDER
ascending
or descending
. If sort_order
is provided,
sort_by
has to be provided.
Supported values:
The default value is 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 © 2020. All rights reserved.