EntityListResult interface
Describes the result of the request to view entities.
Properties
count | Total count of records that match the filter NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The URL to use for getting the next set of results. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The list of entities. |
Property Details
count
Total count of records that match the filter NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
nextLink
The URL to use for getting the next set of results. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string