Table of Contents

Class AggregateBucketResult<TValue>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class AggregateBucketResult<TValue>

Type Parameters

TValue
Inheritance
AggregateBucketResult<TValue>
Inherited Members

Constructors

AggregateBucketResult(TValue, long)

public AggregateBucketResult(TValue id, long count)

Parameters

id TValue
count long

Properties

Count

public long Count { get; }

Property Value

long

Id

public TValue Id { get; }

Property Value

TValue