Click or drag to resize
AggregateBucketResultTValueCount Property
Gets the count.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public long Count { get; }

Property Value

Type: Int64
The count.
See Also