public class AggregationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
totalResults
Deprecated.
Use
getTotalResults(). |
| Constructor and Description |
|---|
AggregationResult(Object resp) |
AggregationResult(Object resp,
long cursorId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCursorId() |
List<Map<String,Object>> |
getResults() |
Row |
getRow(int index) |
long |
getTotalResults() |
@Deprecated public final long totalResults
getTotalResults().Copyright © 2023. All rights reserved.