Struct FacetValue
public readonly struct FacetValue : IFacetValue
- Implements
- Inherited Members
Constructors
FacetValue(string, float)
public FacetValue(string label, float value)
Parameters
Properties
Label
The label of the facet value
public string Label { get; }
Property Value
Value
The occurrence of the facet field
public float Value { get; }