docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PageOptions

    Parameters for pagination of a request that has multiple results.

    Inheritance
    object
    PageOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class PageOptions

    Properties

    Page

    The current page to retrieve. Minimum: 1.

    Declaration
    public long Page { get; set; }
    Property Value
    Type Description
    long

    PerPage

    The number of items to retrieve. Minimum: 1. Maximum: 100.

    Declaration
    public int PerPage { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)