Search Results for

    Show / Hide Table of Contents

    Class ObjectCount

    Result of a count query

    Inheritance
    object
    ObjectCount
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class ObjectCount

    Properties

    Count

    The number of objects

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Version 6.1.0.21rc