IBM Aspera JavaScript Library
    Preparing search index...

    Interface DirectoryListFilters

    Filters to narrow directory listing results

    interface DirectoryListFilters {
        hidden?: boolean;
        namePattern?: string;
        type?: EntryType;
    }
    Index

    Properties

    hidden?: boolean

    Whether to include hidden files and directories in the results.

    namePattern?: string

    Glob pattern matched against the file name only (e.g., "*.pdf").

    type?: EntryType

    Only return entries of this type. Omit to return all.