Class DocumentOperators.Shift

java.lang.Object
org.springframework.data.mongodb.core.aggregation.DocumentOperators.Shift
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
DocumentOperators

public static class DocumentOperators.Shift extends Object
Shift applies an expression to a document in a specified position relative to the current document.
Since:
3.3
Author:
Christoph Strobl