PagedData interface
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
Represents a page of data.
Properties
| continuation |
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[]