excludedFileExtensions
A set of all file extensions to be skipped from the fetch.
type: array of string
default value: ' '
exclusiveRegexes
Regular expressions for URI patterns to exclude. This will limit this datasource to only URIs that do not match the regular expression.
type: array of string
default value: ' '
includedFileExtensions
Set of file extensions to be fetched. If specified, all non-matching files will be skipped.
type: array of string
default value: ' '
inclusiveRegexes
Regular expressions for URI patterns to include. This will limit this datasource to only URIs that match the regular expression.
type: array of string
default value: ' '
regexCacheSize
The number of regex matches to cache when evaluating regular expressions. For example if you exclude files by filename, each filename's regex result will be cached so that if this same filename came up again, the regex matches would be remembered.
type: number
default value: '10000 '
exclusiveMaximum: false
exclusiveMinimum: false
maximum: 2147483647
minimum: -2147483648
multipleOf: 1.0
|