public class SkipOperation extends Object implements AggregationOperation
$skip-operation.http://docs.mongodb.org/manual/reference/aggregation/skip/| Constructor and Description |
|---|
SkipOperation(long skipCount)
Creates a new
SkipOperation skipping the given number of elements. |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
toDBObject(AggregationOperationContext context)
|
public SkipOperation(long skipCount)
SkipOperation skipping the given number of elements.skipCount - number of documents to skip.public com.mongodb.DBObject toDBObject(AggregationOperationContext context)
AggregationOperationtoDBObject in interface AggregationOperationCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.