简体   繁体   中英

Values to configure pagination rules in Rest API connector in azure data factory to get data and load into sql database

Need values to configure in Rest API connector in Azure data factory recently getting only 1000 records. Need how to setup configuration so that the values can be looped.(Pagination rules to configure continuous token).

Based on the official document ,ADF pagination rules only support below patterns.

在此输入图像描述

I think you could adopt the pattern: Next request's query parameter = property value in current response body to set the page size, then pass it into next request as parameter.

As mentioned in the rules, the connector will stop iterating when it gets HTTP status code 204 (No Content), or any of the JSONPath expression in "paginationRules" returns null.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM