Uses of Class
org.springframework.data.mongodb.core.aggregation.SampleOperation
Packages that use SampleOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SampleOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SampleOperationModifier and TypeMethodDescriptionstatic SampleOperationAggregation.sample(long sampleSize) Creates a newSampleOperationto select the specified number of documents from its input randomly.