Interface: IDataAssetItemListResult
Result containing the data asset item list and optional pagination cursor. The cursor is returned via HTTP Link headers (RFC 8288), not in the response body.
Properties
itemList
itemList:
IDataAssetItemList
The item list data.
cursor?
optionalcursor:string
Pagination cursor for retrieving the next page. This is used to generate the Link header, not included in the response body.