Share via


Page<T> Class

Definition

Represents a single page of results.

public sealed class Page<T>
type Page<'T> = class
Public NotInheritable Class Page(Of T)

Type Parameters

T

The type of values held by the page.

Inheritance
Page<T>

Constructors

Page<T>(IReadOnlyList<T>, String)

Initializes a new instance of the Page<T> class.

Properties

ContinuationToken

Gets the continuation token or null if there are no more items.

Values

Gets the values contained in this page.

Applies to