You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is it possible to fetch the level 1 folders from the container?
I don't have subfolders and the tree is like:
root/folder1
root/folder2
...
root/folderN
I would like to get the list [folder1, folder,2 ..., folderN] in a performant way, which doesnt require to inspect all files inside the container. Is that doable?
The text was updated successfully, but these errors were encountered:
Hello,
is it possible to fetch the level 1 folders from the container?
I don't have subfolders and the tree is like:
root/folder1
root/folder2
...
root/folderN
I would like to get the list [folder1, folder,2 ..., folderN] in a performant way, which doesnt require to inspect all files inside the container. Is that doable?
The text was updated successfully, but these errors were encountered: