REST 中的 List By Factory 方法中的页面大小 API

Page size in List By Factory method in REST API

我正在尝试列出存储在 Azure 数据工厂实例中的所有管道。我想使用 Azure 数据工厂 REST API v2,Pipelines - List By Factory 方法。

我注意到 PipelineListResponse 中的“nextLink”字段,其中包含 link 下一页结果(如果存在任何剩余结果)。

我的问题是,在单个响应页面中发送了多少 PipelineResource

我没有找到关于这个问题的任何文档。

How many PipelineResources are sent in a single page of the response?

正常情况下,当列表操作returns超过1000条时,列表操作响应包括nextLink属性。更多详情请参考here