Class SearchMetaFacetBucketResult
A search facet bucket result set.
public sealed class SearchMetaFacetBucketResult
- Inheritance
-
SearchMetaFacetBucketResult
- Inherited Members
Constructors
SearchMetaFacetBucketResult(long, BsonValue)
Initializes a new instance of the SearchMetaFacetBucketResult class.
public SearchMetaFacetBucketResult(long count, BsonValue id)
Parameters
count
longcount of documents in this facet bucket.
id
BsonValueUnique identifier that identifies this facet bucket.
Properties
Count
Gets the count of documents in this facet bucket.
[BsonElement("count")]
public long Count { get; }
Property Value
Id
Gets the unique identifier that identifies this facet bucket.
[BsonId]
public BsonValue Id { get; }