Microsoft Graph API,文件夹资源类型

发布于 2025-02-04 22:24:08 字数 400 浏览 3 评论 0 原文

根据Microsoft文档

文件夹资源类型具有属性 childcount 查看

childcount 是否包括文件和文件夹计数,或者仅包括文件/文件夹计数?

如果它同时返回文件和文件夹计数,我是否只能获得文件计数?

As per the Microsoft document

https://learn.microsoft.com/en-us/graph/api/resources/folder?view=graph-rest-1.0 ,

this Folder resource type has properties childCount and view.

Does the childCount include both files and folders count or only files/folders count?

If it returns both Files and Folders Count, Is there any way that I get only the files count?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽清梦 2025-02-11 22:24:08

childcount 文件夹上的属性资源类型包括文件和文件夹计数。

childCount = foldersCount + filesCount

childCount property on folder resource type includes both files and folders count.

childCount = foldersCount + filesCount
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文