Click or drag to resize

IPipelineStageDefinition Interface

A pipeline stage.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public interface IPipelineStageDefinition

The IPipelineStageDefinition type exposes the following members.

Properties
  NameDescription
Public propertyInputType
Gets the type of the input.
Public propertyOperatorName
Gets the name of the pipeline operator.
Public propertyOutputType
Gets the type of the output.
Top
Methods
  NameDescription
Public methodRender(IBsonSerializer, IBsonSerializerRegistry)
Renders the specified document serializer.
Public methodRender(IBsonSerializer, IBsonSerializerRegistry, LinqProvider)
Renders the specified document serializer.
Public methodToString(IBsonSerializer, IBsonSerializerRegistry)
Returns a String that represents this instance.
Public methodToString(IBsonSerializer, IBsonSerializerRegistry, LinqProvider)
Returns a String that represents this instance.
Top
See Also