PagedData interface

Represents a page of data.

Properties

continuationToken

The Continuation Token to pass to get the next page of results.

data

Page of data.

Property Details

continuationToken

The Continuation Token to pass to get the next page of results.

continuationToken?: string

Property Value

string

Remarks

Undefined or empty token means the page reaches the end.

data

Page of data.

data: T[]

Property Value

T[]