Class RenderedPipelineStageDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A rendered pipeline stage.
public class RenderedPipelineStageDefinition<TOutput> : IRenderedPipelineStageDefinition
Type Parameters
TOutput
The type of the output.
Inheritance
RenderedPipelineStageDefinition
Implements
Inherited Members
Constructors
RenderedPipelineStageDefinition(string, BsonDocument, IBsonSerializer)
Initializes a new instance of the RenderedPipelineStageDefinition class.
RenderedPipelineStageDefinition(string, IEnumerable, IBsonSerializer)
Initializes a new instance of the RenderedPipelineStageDefinition class.
Properties
Gets the document.
Gets the documents (usually one but could be more).
Gets the name of the pipeline operator.
Gets the output serializer.