Table of Contents

Class BsonDocumentPipelineStageDefinition<TInput, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A BsonDocument based stage.

public sealed class BsonDocumentPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>, IPipelineStageDefinition

Type Parameters

TInput

The type of the input.

TOutput

The type of the output.

Inheritance
PipelineStageDefinition<TInput, TOutput>
BsonDocumentPipelineStageDefinition<TInput, TOutput>
Implements
Inherited Members

Constructors

BsonDocumentPipelineStageDefinition(BsonDocument, IBsonSerializer<TOutput>)

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

Properties

OperatorName

Gets the name of the pipeline operator.

Methods

Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the specified document serializer.