Class AggregateBucketResult<TValue>
public class AggregateBucketResult<TValue>
Type Parameters
TValue
- Inheritance
-
AggregateBucketResult<TValue>
- Inherited Members
Constructors
AggregateBucketResult(TValue, long)
public AggregateBucketResult(TValue id, long count)
Parameters
id
TValuecount
long
Properties
Count
public long Count { get; }
Property Value
Id
public TValue Id { get; }
Property Value
- TValue