gpt4 book ai didi

node.js - DocumentDB 中的分页

转载 作者:搜寻专家 更新时间:2023-11-01 00:42:22 25 4
gpt4 key购买 nike

是否可以限制和偏移 documentDB 中的结果以实现分页,使用 LIMIT 和 OFFSET 不起作用。

SELECT * FROM root LIMIT 10 //this fails

在 mongo 中,我可以使用像这样的函数链来做到这一点

.limit(10).offset(30).toArray()

documentDB 是否支持类似的功能?我正在使用 Node

最佳答案

这目前不受支持,但您可以使用 {maxItemCount: N}executeNext() 遍历结果。看看测试 here有关如何执行此操作的示例,例如,it([nativeApi] validate queryIterator nextItem and hasMoreResults")

编辑: DocumentDB 现在支持语法中的 TOP。详情 here .

关于node.js - DocumentDB 中的分页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30209465/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com