ListResponseOf interface
The response data for a requested list of items.
Properties
data | The requested list of items. |
first |
The first ID represented in this list. |
has |
A value indicating whether there are additional values available not captured in this list. |
last |
The last ID represented in this list. |
Property Details
data
The requested list of items.
data: T[]
Property Value
T[]
firstId
The first ID represented in this list.
firstId: string
Property Value
string
hasMore
A value indicating whether there are additional values available not captured in this list.
hasMore: boolean
Property Value
boolean
lastId
The last ID represented in this list.
lastId: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript