Class EmptyPipelineDefinition<TInput>
Represents an empty pipeline.
Type Parameters
TInput
The type of the input documents.
- Inheritance
-
Pipeline
Definition <TInput, TInput>EmptyPipelineDefinition<TInput>
- Inherited Members
- Extension Methods
Constructors
- EmptyPipelineDefinition(IBsonSerializer<TInput>)
Initializes a new instance of the EmptyPipelineDefinition<TInput> class.
Properties
- Output
Serializer Gets the output serializer.
- Stages
Gets the stages.
Methods
- Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Renders the pipeline.