Constructor AggregateBucketAutoResult
AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue>, long)
Initializes a new instance of the AggregateBucketResult<TValue> class.
public AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue> id, long count)
Parameters
idAggregateBucketAutoResultId<TValue>The inclusive lower boundary of the bucket.
countlongThe count.
AggregateBucketAutoResult(TValue, TValue, long)
Initializes a new instance of the AggregateBucketResult<TValue> class.
public AggregateBucketAutoResult(TValue min, TValue max, long count)
Parameters
minTValueThe minimum.
maxTValueThe maximum.
countlongThe count.