Uses of Class
org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindowBuilder
Packages that use SetWindowFieldsOperation.RangeWindowBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetWindowFieldsOperation.RangeWindowBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetWindowFieldsOperation.RangeWindowBuilderModifier 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 aslowerlimit.SetWindowFieldsOperation.RangeWindowBuilder.fromUnbounded()Use unbounded aslowerlimit.SetWindowFieldsOperation.Windows.range()Create a range window based on thesort valueof 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 asupperlimit.SetWindowFieldsOperation.RangeWindowBuilder.toUnbounded()Use unbounded asupperlimit.SetWindowFieldsOperation.RangeWindowBuilder.unit(SetWindowFieldsOperation.WindowUnit windowUnit) Set theunitor measure for the givenSetWindowFieldsOperation.Window.