Table of Contents

Class BsonDocumentStagePipelineDefinition<TInput, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A pipeline composed of instances of BsonDocument.

public sealed class BsonDocumentStagePipelineDefinition<TInput, TOutput> : PipelineDefinition<TInput, TOutput>

Type Parameters

TInput

The type of the input.

TOutput

The type of the output.

Inheritance
PipelineDefinition<TInput, TOutput>
BsonDocumentStagePipelineDefinition<TInput, TOutput>
Inherited Members
Extension Methods

Constructors

BsonDocumentStagePipelineDefinition(IEnumerable<BsonDocument>, IBsonSerializer<TOutput>)

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

Properties

Documents

Gets the stages.

OutputSerializer

Gets the output serializer.

Stages

Gets the stages.

Methods

Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the pipeline.