Interface IPipelineStageDefinition
A pipeline stage.
Properties
- Input
Type Gets the type of the input.
- Operator
Name Gets the name of the pipeline operator.
- Output
Type Gets the type of the output.
Methods
- Render(IBson
Serializer, IBson Serializer Registry) Renders the specified document serializer.
- Render(IBson
Serializer, IBson Serializer Registry, Expression Translation Options) Renders the specified document serializer.
- To
String(IBson Serializer, IBson Serializer Registry) Returns a string that represents this instance.