Table of Contents

Constructor AggregateSortByCountResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AggregateSortByCountResult(TId, long)

Initializes a new instance of the AggregateCountResult class.

public AggregateSortByCountResult(TId id, long count)

Parameters

id TId

The identifier.

count long

The count.