public static final class AggregateGroupByRequest.Options extends Object
options
.
The Raw version of this method can be used to specify the encoding scheme of the response.Modifier and Type | Field and Description |
---|---|
static String |
ASCENDING
Indicates that the returned values should be sorted in ascending order.
|
static String |
DESCENDING
Indicates that the returned values should be sorted in descending order.
|
static String |
EXPRESSION
Filter expression to apply to the table prior to computing the aggregate group by.
|
static String |
HAVING
Filter expression to apply to the aggregated results.
|
static String |
KEY
Indicates that the returned values should be sorted by key
The Raw version of this method can be used to specify the encoding scheme of the response.
|
static String |
RESULT_TABLE
The name of the table used to store the results.
|
static String |
SORT_BY
String determining how the results are sorted.
|
static String |
SORT_ORDER
String indicating how the returned values should be sorted - ascending or descending.
|
static String |
VALUE
Indicates that the returned values should be sorted by value
The Raw version of this method can be used to specify the encoding scheme of the response.
|
public static final String EXPRESSION
public static final String HAVING
public static final String SORT_ORDER
public static final String ASCENDING
public static final String DESCENDING
public static final String SORT_BY
public static final String KEY
public static final String VALUE
public static final String RESULT_TABLE
Copyright © 2016. All rights reserved.