Uses of Class
org.springframework.data.mongodb.core.aggregation.SkipOperation
Packages that use SkipOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SkipOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SkipOperationModifier and TypeMethodDescriptionstatic SkipOperationAggregation.skip(long elementsToSkip) Creates a newSkipOperationskipping the given number of elements.