Interface IRenderedPipelineStageDefinition

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

A rendered pipeline stage.

public interface IRenderedPipelineStageDefinition

Properties

Document

Gets the document.

Documents

Gets the documents (usually one but could be more).

OperatorName

Gets the name of the pipeline operator.

OutputSerializer

Gets the output serializer.