Type Alias DataSourceFileCrawlScope

Scope for the file crawler.

type DataSourceFileCrawlScope = {
    depth: number;
    extensions?: string[];
    maxFilesPerFolder?: number;
    maxFilesTotal?: number;
    maxSize?: number;
    modifiedAfter?: string;
}
Index

Properties

depth: number

The number of levels of sub folders that should be considered

extensions?: string[]
maxFilesPerFolder?: number
maxFilesTotal?: number
maxSize?: number
modifiedAfter?: string