Search Results for

    Show / Hide Table of Contents

    Class Page

    Page condition for a search

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

    Properties

    Skip

    Skip the first N documents of the search result (used for paging, default: 0)

    Declaration
    [JsonPropertyName("skip")]
    public int Skip { get; set; }
    Property Value
    Type Description
    int

    Take

    The number of top documents. A value <=0 returns all documents found (the default)

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