public static final class GetRecordsRequest.Options extends Object
EXPRESSION
:
Optional filter expression to apply to the table.
FAST_INDEX_LOOKUP
: Indicates if indexes should be used to perform the
lookup for a given expression if possible. Only applicable if there is
no sorting, the expression contains only equivalence comparisons based
on existing tables indexes and the range of requested values is from [0
to END_OF_SET].
Supported values:
The default value is TRUE
.
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. If sort_order is provided, sort_by has to be provided.
Supported values:
The default value is ASCENDING
.
Map
.
A set of string constants for the parameter 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 |
FALSE |
static String |
FAST_INDEX_LOOKUP
Indicates if indexes should be used to perform the lookup for a
given expression if possible.
|
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 FAST_INDEX_LOOKUP
TRUE
.public static final String TRUE
public static final String FALSE
public static final String SORT_BY
public static final String SORT_ORDER
ASCENDING
.public static final String ASCENDING
public static final String DESCENDING
Copyright © 2020. All rights reserved.