Class BsonDocumentPipelineStageDefinition<TInput, TOutput>
A BsonDocument based stage.
public sealed class BsonDocumentPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>, IPipelineStageDefinition
  Type Parameters
TInputThe type of the input.
TOutputThe 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(RenderArgs<TInput>)
 Renders the specified document serializer.