Table of Contents

Class AppendedStagePipelineDefinition<TInput, TIntermediate, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a pipeline consisting of an existing pipeline with one additional stage appended.

public sealed class AppendedStagePipelineDefinition<TInput, TIntermediate, TOutput> : PipelineDefinition<TInput, TOutput>

Type Parameters

TInput

The type of the input documents.

TIntermediate

The type of the intermediate documents.

TOutput

The type of the output documents.

Inheritance
PipelineDefinition<TInput, TOutput>
AppendedStagePipelineDefinition<TInput, TIntermediate, TOutput>
Inherited Members
Extension Methods

Constructors

AppendedStagePipelineDefinition(PipelineDefinition<TInput, TIntermediate>, PipelineStageDefinition<TIntermediate, TOutput>, IBsonSerializer<TOutput>)

Initializes a new instance of the AppendedStagePipelineDefinition<TInput, TIntermediate, TOutput> class.

Properties

OutputSerializer

Gets the output serializer.

Stages

Gets the stages.

Methods

Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the pipeline.