Click or drag to resize
RenderedPipelineStageDefinitionTOutputOperatorName Property
Gets the name of the pipeline operator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public string OperatorName { get; }

Property Value

Type: String
The name of the pipeline operator.

Implements

IRenderedPipelineStageDefinitionOperatorName
See Also