PagedData<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |