pipeline property

List<Map<String, Object>> pipeline
getter/setter pair

An array of aggregation pipeline stages that process and transform the document stream as part of the aggregation pipeline.

Implementation

late List<Map<String, Object>> pipeline;