Java
Java

Reputation: 1292

Pagination rules' Value in Azure Data Factory V2 (for Rest API)

I am trying to fill in Value box inside Pagination rules explained on this article which was published recently (in May 25th 2021).

enter image description here

My Request URL is this one:

So, based on my URL's data, I would like to know how to insert all rows (total 15,315 rows) instead of 500 rows.

I am new to Rest API, and I guess I was looking for an indicator that points to the next set of records.

Currently, when I run Azure Data Factory V2 without Pagination rules, it only inserts 500 rows of data into Azure database.

Upvotes: 0

Views: 1568

Answers (1)

Related Questions