Class FileSystemFetcherConfig

    • Constructor Detail

      • FileSystemFetcherConfig

        public FileSystemFetcherConfig()
    • Method Detail

      • getBasePath

        public String getBasePath()
      • isExtractFileSystemMetadata

        public boolean isExtractFileSystemMetadata()
      • setExtractFileSystemMetadata

        public FileSystemFetcherConfig setExtractFileSystemMetadata​(boolean extractFileSystemMetadata)
      • isAllowAbsolutePaths

        public boolean isAllowAbsolutePaths()
        If true, allows fetchKey to be an absolute path when basePath is not set. This explicitly acknowledges the security risk of unrestricted file access. The default is false.