PagedResult interface

Page of results.

Properties

continuationToken

Token used to page through multiple pages.

items

Page of items.

Property Details

continuationToken

Token used to page through multiple pages.

continuationToken: string

Property Value

string

items

Page of items.

items: T[]

Property Value

T[]