Constructor AggregateBucketAutoResult
AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue>, long)
Initializes a new instance of the AggregateBucketResult<TValue> class.
Parameters
id
AggregateBucket <TValue>Auto Result Id The inclusive lower boundary of the bucket.
count
longThe count.
AggregateBucketAutoResult(TValue, TValue, long)
Initializes a new instance of the AggregateBucketResult<TValue> class.
Parameters
min
TValueThe minimum.
max
TValueThe maximum.
count
longThe count.