Package version:

Skip error file.

interface SkipErrorFile {
    dataInconsistency?: any;
    fileMissing?: any;
}

Properties

dataInconsistency?: any

Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).

fileMissing?: any

Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).