Skip to content

[T] XmsPageable

type XmsPageable = object;

Model for x-ms-pageable extension. https://github.com/Azure/autorest/blob/main/docs/extensions/readme.md#x-ms-pageable

PropertyTypeDescription
itemName?stringName of the property containing the page items. Default: “value”
nextLinkNamestringName of the property containing url to the next link.
operationName?stringSpecifies the name (operationId) of the operation for retrieving the next page. Default: “Next”