Class BsonDocumentPipelineStageDefinition<TInput, TOutput>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
public sealed class BsonDocumentPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>, IPipelineStageDefinitionType 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
Gets the name of the pipeline operator.
Methods
Renders the specified document serializer.