Class JsonPipelineStageDefinition<TInput, TOutput>
A JSON string based pipeline stage.
public sealed class JsonPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>, IPipelineStageDefinition
  Type Parameters
TInputThe type of the input.
TOutputThe type of the output.
- Inheritance
 - 
      
      PipelineStageDefinition<TInput, TOutput>JsonPipelineStageDefinition<TInput, TOutput>
 
- Implements
 
- Inherited Members
 
Constructors
- JsonPipelineStageDefinition(string, IBsonSerializer<TOutput>)
 Initializes a new instance of the JsonPipelineStageDefinition<TInput, TOutput> class.
Properties
- Json
 Gets the json.
- OperatorName
 Gets the name of the pipeline operator.
- OutputSerializer
 Gets the output serializer.
Methods
- Render(RenderArgs<TInput>)
 Renders the specified document serializer.