Click or drag to resize

IPipelineStageDefinition Interface

A pipeline stage.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
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
Renders the specified document serializer.
Public methodToString
Returns a String that represents this instance.
Top
See Also