Class AggregateBucketResult<TValue>
Represents the result of the $bucket stage.
public class AggregateBucketResult<TValue>
  Type Parameters
TValueThe type of the value.
- Inheritance
 - 
      
      AggregateBucketResult<TValue>
 
- Inherited Members
 
Constructors
- AggregateBucketResult(TValue, long)
 Initializes a new instance of the AggregateBucketResult<TValue> class.
Properties
- Count
 Gets the count.
- Id
 Gets the inclusive lower boundary of the bucket.