| IPipelineStageDefinition Interface | 
Namespace: MongoDB.Driver
 Syntax
SyntaxThe IPipelineStageDefinition type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | InputType | 
            Gets the type of the input.
             | 
|  | OperatorName | 
            Gets the name of the pipeline operator.
             | 
|  | OutputType | 
            Gets the type of the output.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Render | 
            Renders the specified document serializer.
             | 
|  | ToString | 
            Returns a String that represents this instance.
             | 
 See Also
See Also