Skip Error File Args
data class SkipErrorFileArgs(val dataInconsistency: Output<Any>? = null, val fileMissing: Output<Any>? = null) : ConvertibleToJava<SkipErrorFileArgs>
Skip error file.
Properties
Link copied to clipboard
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).