SkipErrorFileResponse

data class SkipErrorFileResponse(val dataInconsistency: Any? = null, val fileMissing: Any? = null)

Skip error file.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataInconsistency: 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: Any? = null

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