Interface IRenderedPipelineStageDefinition
A rendered pipeline stage.
public interface IRenderedPipelineStageDefinition
Properties
Document
Gets the document.
BsonDocument Document { get; }
Property Value
Documents
Gets the documents (usually one but could be more).
IReadOnlyList<BsonDocument> Documents { get; }
Property Value
OperatorName
Gets the name of the pipeline operator.
string OperatorName { get; }
Property Value
- string
The name of the pipeline operator.
OutputSerializer
Gets the output serializer.
IBsonSerializer OutputSerializer { get; }