Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return more storage statistics: Sorted in asc/desc order, list of files with their size #65

Open
aahnik opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels

Comments

@aahnik
Copy link
Contributor

aahnik commented Apr 23, 2024

pseudo code: query db(ownerId=currentUserId, isDir=false, sortBy=fileSize, asc/desc).project( fileName: true, _id: true, fileSize:true, mimeType: true, spaceParent: true)

image

@aahnik aahnik added the backend label Apr 23, 2024
@aahnik aahnik self-assigned this Apr 23, 2024
@aahnik aahnik changed the title Return more storage statistics: Sorted in asc/desc order, list of files with their space Return more storage statistics: Sorted in asc/desc order, list of files with their size Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant