PipelineStageDefinitionBuilderCountTInput Method |
Creates a $count stage.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public static PipelineStageDefinition<TInput, AggregateCountResult> Count<TInput>()
Public Shared Function Count(Of TInput) As PipelineStageDefinition(Of TInput, AggregateCountResult)
static member Count : unit -> PipelineStageDefinition<'TInput, AggregateCountResult>
Type Parameters
- TInput
- The type of the input documents.
Return Value
Type:
PipelineStageDefinitionTInput,
AggregateCountResultThe stage.
See Also