Class FacetValue
Represents the value of a facet
Constructors
FacetValue()
Declaration
public FacetValue()
Properties
Count
The total number of documents with the value filtered by your query
Declaration
public uint Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Id
The Id of the value
Declaration
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Name
The name of the value
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Total
The total number of documents with the value
Declaration
public uint Total { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |