Class JsonPipelineStageDefinition<TInput, TOutput>
A JSON string based pipeline stage.
public sealed class JsonPipelineStageDefinition<TInput, TOutput> : PipelineStageDefinition<TInput, TOutput>, IPipelineStageDefinition
Type Parameters
TInput
The type of the input.
TOutput
The type of the output.
- Inheritance
-
Pipeline
Stage <TInput, TOutput>Definition 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.
- Operator
Name Gets the name of the pipeline operator.
- Output
Serializer Gets the output serializer.
Methods
- Render(RenderArgs<TInput>)
Renders the specified document serializer.