In the API Reference Guide for your OneFS version, check out the section "File Access API" and have a look a the "Query" operation for objects. The query recursively traverses a subtree and returns objects that match given criteria; just pass criteria that would always match (such as size >=0; or most likely an empty criteria list will already do).
Peter_Sero
4 Operator
•
1.2K Posts
0
March 22nd, 2021 07:00
In the API Reference Guide for your OneFS version, check out the section "File Access API" and have a look a the "Query" operation for objects. The query recursively traverses a subtree and returns objects that match given criteria; just pass criteria that would always match (such as size >=0; or most likely an empty criteria list will already do).
hth
-- Peter