Uses of Class
org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetWindowFieldsOperation.RangeWindowBuilder in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionThe lower (inclusive) range limit value to add to the value based on the sortBy field.The lower (inclusive) range limit based on the sortBy field.SetWindowFieldsOperation.RangeWindowBuilder.fromCurrent()
Use current aslower
limit.SetWindowFieldsOperation.RangeWindowBuilder.fromUnbounded()
Use unbounded aslower
limit.SetWindowFieldsOperation.Windows.range()
Create a range window based on thesort value
of the current document via a fluent API.The upper (inclusive) range limit value to add to the value based on the sortBy field.The upper (inclusive) range limit based on the sortBy field.SetWindowFieldsOperation.RangeWindowBuilder.toCurrent()
Use current asupper
limit.SetWindowFieldsOperation.RangeWindowBuilder.toUnbounded()
Use unbounded asupper
limit.SetWindowFieldsOperation.RangeWindowBuilder.unit
(SetWindowFieldsOperation.WindowUnit windowUnit) Set theunit
or measure for the givenSetWindowFieldsOperation.Window
.