Class EmptyPipelineDefinition<TInput>
Represents an empty pipeline.
public sealed class EmptyPipelineDefinition<TInput> : PipelineDefinition<TInput, TInput>
  Type Parameters
TInputThe 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(RenderArgs<TInput>)
 Renders the pipeline.