Class RenderedPipelineStageDefinition<TOutput>
A rendered pipeline stage.
public class RenderedPipelineStageDefinition<TOutput> : IRenderedPipelineStageDefinition
Type Parameters
TOutput
The type of the output.
- Inheritance
-
RenderedPipelineStageDefinition<TOutput>
- Implements
- Inherited Members
Constructors
- RenderedPipelineStageDefinition(string, BsonDocument, IBsonSerializer<TOutput>)
Initializes a new instance of the RenderedPipelineStageDefinition<TOutput> class.
- RenderedPipelineStageDefinition(string, IEnumerable<BsonDocument>, IBsonSerializer<TOutput>)
Initializes a new instance of the RenderedPipelineStageDefinition<TOutput> class.
Properties
- Document
Gets the document.
- Documents
Gets the documents (usually one but could be more).
- OperatorName
Gets the name of the pipeline operator.
- OutputSerializer
Gets the output serializer.