Interface IPipelineStageDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A pipeline stage.
public interface IPipelineStageDefinition
Properties
Gets the type of the input.
Gets the name of the pipeline operator.
Gets the type of the output.
Methods
Render(IBsonSerializer, IBsonSerializerRegistry)
Renders the specified document serializer.
Render(IBsonSerializer, IBsonSerializerRegistry, ExpressionTranslationOptions)
Renders the specified document serializer.
ToString(IBsonSerializer, IBsonSerializerRegistry)
Returns a string that represents this instance.