Class RenderedPipelineDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A rendered pipeline.
public class RenderedPipelineDefinition<TOutput>
Type Parameters
TOutput
The type of the output.
Inheritance
RenderedPipelineDefinition
Inherited Members
Constructors
RenderedPipelineDefinition(IEnumerable, IBsonSerializer)
Initializes a new instance of the RenderedPipelineDefinition class.
Properties
Gets the documents.
Gets the serializer.