Struct Page
Class a REST API page
See Tableau API Reference for more details.
Implements
Namespace: Tableau.Migration.Net.Rest.Paging
Assembly: Tableau.Migration.dll
Syntax
public readonly record struct Page : IEquatable<Page>
Constructors
Page(int, int)
Class a REST API page
See Tableau API Reference for more details.
Declaration
public Page(int PageNumber, int PageSize)
Parameters
Type | Name | Description |
---|---|---|
int | PageNumber | Gets the page size. |
int | PageSize | Gets the page number. |
Properties
PageNumber
Gets the page size.
Declaration
public int PageNumber { get; init; }
Property Value
Type | Description |
---|---|
int |
PageSize
Gets the page number.
Declaration
public int PageSize { get; init; }
Property Value
Type | Description |
---|---|
int |