Table of Contents

Constructor SearchMetaFacetBucketResult

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

SearchMetaFacetBucketResult(long, BsonValue)

Initializes a new instance of the SearchMetaFacetBucketResult class.

public SearchMetaFacetBucketResult(long count, BsonValue id)

Parameters

count long

count of documents in this facet bucket.

id BsonValue

Unique identifier that identifies this facet bucket.