Click or drag to resize

PipelineDefinitionBuilderUnwind Method

Overload List
  NameDescription
Public methodStatic memberUnwindTInput, TIntermediate(PipelineDefinitionTInput, TIntermediate, FieldDefinitionTIntermediate, AggregateUnwindOptionsBsonDocument)
Appends an unwind stage to the pipeline.
Public methodStatic memberUnwindTInput, TIntermediate, TOutput(PipelineDefinitionTInput, TIntermediate, FieldDefinitionTIntermediate, AggregateUnwindOptionsTOutput)
Appends an $unwind stage to the pipeline.
Public methodStatic memberUnwindTInput, TIntermediate(PipelineDefinitionTInput, TIntermediate, ExpressionFuncTIntermediate, Object, AggregateUnwindOptionsBsonDocument)
Appends an unwind stage to the pipeline.
Public methodStatic memberUnwindTInput, TIntermediate, TOutput(PipelineDefinitionTInput, TIntermediate, ExpressionFuncTIntermediate, Object, AggregateUnwindOptionsTOutput)
Appends an unwind stage to the pipeline.
Top
See Also