Skip to content

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>

Name
std::vector< std::string >paths
boolincludeExtendedAttributes
std::chrono::secondscacheTTL
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)
std::vector< std::string > paths;
bool includeExtendedAttributes = false;
std::chrono::seconds cacheTTL = std::chrono::seconds(0);

Updated on 2026-01-26 at 17:14:35 -0500