SkipErrorFileArgs

data class SkipErrorFileArgs(val dataInconsistency: Output<Any>? = null, val fileMissing: Output<Any>? = null) : ConvertibleToJava<SkipErrorFileArgs>

Skip error file.

Constructors

Link copied to clipboard
constructor(dataInconsistency: Output<Any>? = null, fileMissing: Output<Any>? = null)

Properties

Link copied to clipboard
val dataInconsistency: Output<Any>? = null

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

Link copied to clipboard
val fileMissing: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SkipErrorFileArgs