Table of Contents

Class AggregateCountResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 long

The count.

Properties

Count

Gets the count.

[BsonElement("count")]
public long Count { get; }

Property Value

long

The count.