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