Table of Contents

Interface IPipelineStageDefinition

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A pipeline stage.

public interface IPipelineStageDefinition

Properties

InputType

Gets the type of the input.

OperatorName

Gets the name of the pipeline operator.

OutputType

Gets the type of the output.

Methods

Render(IBsonSerializer, IBsonSerializerRegistry)

Renders the specified document serializer.

Render(IBsonSerializer, IBsonSerializerRegistry, LinqProvider)

Renders the specified document serializer.

ToString(IBsonSerializer, IBsonSerializerRegistry)

Returns a string that represents this instance.

ToString(IBsonSerializer, IBsonSerializerRegistry, LinqProvider)

Returns a string that represents this instance.