Property Facet

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Search

Assembly

MongoDB.Driver.dll

Facet

Gets the facet result sets.

[BsonDefaultValue(null)]
[BsonElement("facet")]
public IReadOnlyDictionary<string, SearchMetaFacetResult> Facet { get; }

Property Value

IReadOnlyDictionary<string, SearchMetaFacetResult>