Constructor AggregateBucketResult
AggregateBucketResult(TValue, long)
Initializes a new instance of the AggregateBucketResult<TValue> class.
public AggregateBucketResult(TValue id, long count)
Parameters
id
TValueThe inclusive lower boundary of the bucket.
count
longThe count.