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