Class AggregateCountResult
Result type for the aggregate $count stage.
public sealed class AggregateCountResult
- Inheritance
-
AggregateCountResult
- Inherited Members
Constructors
AggregateCountResult(long)
Initializes a new instance of the AggregateCountResult class.
public AggregateCountResult(long count)
Parameters
count
longThe count.
Properties
Count
Gets the count.
[BsonElement("count")]
public long Count { get; }
Property Value
- long
The count.