PagedData<T> Class

Definition

Represents a page of data.

public class PagedData<T>
type PagedData<'T> = class
Public Class PagedData(Of T)

Type Parameters

T
Inheritance
PagedData<T>

Constructors

PagedData<T>()

Properties

ContinuationToken

Gets or sets a token for retrieving the next page of results.

Data

Gets or sets the page of items.

Applies to