public class LimitOperation extends Object implements AggregationOperation
$limit-operation.
We recommend to use the static factory method Aggregation.limit(long) instead of creating instances of this
class directly.
| Constructor and Description |
|---|
LimitOperation(long maxElements) |
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
toDocument(AggregationOperationContext context)
|
public LimitOperation(long maxElements)
maxElements - Number of documents to consider.public org.bson.Document toDocument(AggregationOperationContext context)
AggregationOperationtoDocument in interface AggregationOperationCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.