Table of Contents

Class AggregateSortByCountResult<TId>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Result type for the aggregate $sortByCount stage.

public sealed class AggregateSortByCountResult<TId>

Type Parameters

TId

The type of the identifier.

Inheritance
AggregateSortByCountResult<TId>
Inherited Members

Constructors

AggregateSortByCountResult(TId, long)

Initializes a new instance of the AggregateCountResult class.

Properties

Count

Gets the count.

Id

Gets the identifier.