EntropyEngine::Core::IO::BatchMetadataOptions
EntropyEngine::Core::IO::BatchMetadataOptions
Section titled “EntropyEngine::Core::IO::BatchMetadataOptions”Options to retrieve metadata for multiple paths. More…
#include <IFileSystemBackend.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::vector< std::string > | paths |
| bool | includeExtendedAttributes |
| std::chrono::seconds | cacheTTL |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Core::IO::BatchMetadataOptions;Options to retrieve metadata for multiple paths.
Parameters:
- paths Paths to query
- includeExtendedAttributes Include extended attributes if supported
- cacheTTL Optional cache TTL (0 = no caching)
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable paths
Section titled “variable paths”std::vector< std::string > paths;variable includeExtendedAttributes
Section titled “variable includeExtendedAttributes”bool includeExtendedAttributes = false;variable cacheTTL
Section titled “variable cacheTTL”std::chrono::seconds cacheTTL = std::chrono::seconds(0);Updated on 2026-01-26 at 17:14:35 -0500