PartialHasherConfig
Index
Properties
optionalbatchSize
The number of files to include in each hash operation.
optionalignoreMissingPatterns
When warnOnMissingInputs
is enabled, filters missing file
paths from logging a warning.
optionalignorePatterns
Filters file paths that match a configured glob pattern
when a hash is being generated. Patterns are workspace relative,
so prefixing with **
is recommended.
optionaloptimization
The optimization to use when hashing.
optionalwalkStrategy
The strategy to use when walking the file system.
optionalwarnOnMissingInputs
Logs a warning when a task has configured an explicit file path input, and that file does not exist when hashing.
Configures aspects of the content hashing engine.