SkipErrorFile interface
Skip error file.
Properties
data |
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). |
file |
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). |
Property Details
dataInconsistency
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
dataInconsistency?: any
Property Value
any
fileMissing
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
fileMissing?: any
Property Value
any