PipelineStage class

Constructors

PipelineStage.addFields(Map<String, dynamic> fields)
PipelineStage.group(String groupByField, {required Map<String, dynamic> accumulators})
PipelineStage.limit(int size)
PipelineStage.match(Map<String, dynamic> query)
PipelineStage.raw(Map<String, dynamic> map)
PipelineStage.sample(int size)
PipelineStage.skip(int size)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, dynamic>
no setter

Methods

addFields(Map<String, dynamic> fields) → void
group(String groupByField, Map<String, dynamic> accumulators) → void
match(Map<String, dynamic> query) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sample(int num) → void
skip(int num) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited