public static final class GetRecordsByColumnRequest.Options extends Object
GetRecordsByColumnRequest
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 |
ROUTE_TO_TOM
For multihead record retrieval without shard key expression -
specifies from which tom to retrieve data.
|
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
TRUE
, then WKT string columns will be
returned as WKB bytes.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String ROUTE_TO_TOM
Copyright © 2025. All rights reserved.