Class Occurrence
Occurrence of a value
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class Occurrence
Properties
Count
Number of objects with this value
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The value. This is either a string, number or boolean, depending on the attributes data type.
Declaration
[JsonPropertyName("value")]
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |