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

Order by for getKeys() #540

Open
melasculla opened this issue Dec 25, 2024 · 0 comments
Open

Order by for getKeys() #540

melasculla opened this issue Dec 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@melasculla
Copy link

melasculla commented Dec 25, 2024

Describe the feature

using fs driver we have default metaData for files which we can get with getMeta()

{
  atime: 2024-12-25T19:43:11.982Z,
  mtime: 2024-12-25T19:43:11.899Z,
  size: 581074,
  birthtime: 2024-12-25T19:43:11.896Z,
  ctime: 2024-12-25T20:23:01.044Z
}

can we order it by ctime (creation time) or other props by any chance? (perhaps even custom ones)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant