Class PageOptions
Parameters for pagination of a request that has multiple results.
Inherited Members
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 |