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. Empty by default
(i.e. no sorting is applied).
SORT_ORDER
: String indicating how the returned values should be sorted
- ascending or descending. Default is 'ascending'. 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 columns specified must be present in columnNames
. If any alias is given for any column name, the alias must
be used, rather than the original column name.
options
.Modifier and Type | Field and Description |
---|---|
static String |
ASCENDING |
static String |
DESCENDING |
static String |
EXPRESSION
Optional filter expression to apply to the table.
|
static String |
ORDER_BY
Comma-separated list of the columns to be sorted by; e.g.
|
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.
|
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
columnNames
. If any alias is given for any column name, the alias
must be used, rather than the original column name.Copyright © 2017. All rights reserved.