Class PipelineStageDefinition<TInput, TOutput>
Base class for pipeline stages.
Type Parameters
TInput
The type of the input.
TOutput
The type of the output.
- Inheritance
-
PipelineStageDefinition<TInput, TOutput>
- Implements
- Derived
- Inherited Members
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(IBsonSerializer<TInput>, IBsonSerializerRegistry)
Renders the specified document serializer.
- Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Renders the specified document serializer.
- ToString(IBsonSerializer<TInput>, IBsonSerializerRegistry)
Returns a string that represents this instance.
- ToString(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)
Returns a string that represents this instance.
Operators
- implicit operator PipelineStageDefinition<TInput, TOutput>(BsonDocument)
Performs an implicit conversion from Bson
Document to PipelineStageDefinition<TInput, TOutput>.
- implicit operator PipelineStageDefinition<TInput, TOutput>(string)
Performs an implicit conversion from string to PipelineStageDefinition<TInput, TOutput>.