Just wondering ...
Does the SDK have an API to list what file attributes are indexed? Does not look that way.
Querying Everything for non-indexed attributes (like Date Created for example) does not have much added value compared to querying the filesystem for these yourself ( I guess).
So querying what is indexed before requesting just the indexed attributes will make self-written applications faster?
Or do the API's only return indexed data?
SDK: What attributes are indexed?
-
void
- Developer
- Posts: 19901
- Joined: Fri Oct 16, 2009 11:31 pm
Re: SDK: What attributes are indexed?
To check if a basic file property is indexed:
Everything_IsFileInfoIndexed
Only indexed information is returned.
If you request date created and it is not indexed you will receive the empty date modified value (QWORD_MAX).
Everything_IsFileInfoIndexed
Only indexed information is returned.
If you request date created and it is not indexed you will receive the empty date modified value (QWORD_MAX).
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: SDK: What attributes are indexed?
And I thought I checked them all ...
Thanks!
Thanks!