Class BsonDocumentPipelineStageDefinition<TInput, TOutput>

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

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

BsonDocumentPipelineStageDefinition<TInput, TOutput>

Implements

Inherited Members

Constructors

BsonDocumentPipelineStageDefinition(BsonDocument, IBsonSerializer)

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

Properties

OperatorName

Gets the name of the pipeline operator.

Methods

Render(RenderArgs)

Renders the specified document serializer.