public static interface ExecutableAggregationOperation.AggregationWithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableAggregationOperation.AggregationWithAggregation<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the query on.
|
ExecutableAggregationOperation.AggregationWithAggregation<T> inCollection(String collection)
collection - must not be null nor empty.ExecutableAggregationOperation.AggregationWithAggregation.IllegalArgumentException - if collection is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.