Class FacetValue
Represents the value of a facet
public sealed class FacetValue
- Inheritance
-
FacetValue
- Inherited Members
Constructors
FacetValue()
public FacetValue()
Properties
Count
The total number of documents with the value filtered by your query
public uint Count { get; set; }
Property Value
Id
The Id of the value
public long Id { get; set; }
Property Value
Name
The name of the value
public string Name { get; set; }
Property Value
Total
The total number of documents with the value
public uint Total { get; set; }