Search Results for

    Show / Hide Table of Contents

    Class ObjectOccurrencesResult

    The result for an object occurrence request

    Inheritance
    object
    ObjectOccurrencesResult
    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 ObjectOccurrencesResult

    Properties

    ChangeTrackingVersion

    The change tracking version of the object index

    Declaration
    [JsonPropertyName("changeTrackingVersion")]
    public long? ChangeTrackingVersion { get; set; }
    Property Value
    Type Description
    long?

    DeletedOccurrences

    Occurrences of object deleted flag

    Declaration
    [JsonPropertyName("deletedOccurrences")]
    public Occurrences DeletedOccurrences { get; set; }
    Property Value
    Type Description
    Occurrences

    ModifiedByOccurrences

    Occurrences of users that modified an object

    Declaration
    [JsonPropertyName("modifiedByOccurrences")]
    public Occurrences ModifiedByOccurrences { get; set; }
    Property Value
    Type Description
    Occurrences

    TypeOccurrences

    Occurrences of object types

    Declaration
    [JsonPropertyName("typeOccurrences")]
    public Occurrences TypeOccurrences { get; set; }
    Property Value
    Type Description
    Occurrences
    In this article
    Back to top Version 6.1.0.11rc