public static final class GetRecordsRequest.Options extends Object
GetRecordsRequest
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 © 2025. All rights reserved.