Search Results for

    Show / Hide Table of Contents

    Class Occurrence

    Occurrence of a value

    Inheritance
    object
    Occurrence
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Version 6.1.0.11rc