java.lang.Object
org.springframework.data.mongodb.core.aggregation.SkipOperation
All Implemented Interfaces:
AggregationOperation

public class SkipOperation extends Object implements AggregationOperation
Encapsulates the aggregation framework $skip-operation.

We recommend to use the static factory method Aggregation.skip(long) instead of creating instances of this class directly.

Since:
1.3
Author:
Thomas Darimont, Oliver Gierke, Christoph Strobl
See Also: