Table of Contents

Class AggregateSortByCountResult<TId>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class AggregateSortByCountResult<TId>

Type Parameters

TId
Inheritance
AggregateSortByCountResult<TId>
Inherited Members

Constructors

AggregateSortByCountResult(TId, long)

public AggregateSortByCountResult(TId id, long count)

Parameters

id TId
count long

Properties

Count

public long Count { get; }

Property Value

long

Id

public TId Id { get; }

Property Value

TId