SkipErrorFile Class

Skip error file.

Constructor

SkipErrorFile(*args: Any, **kwargs: Any)

Variables

Name Description
file_missing
any

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

data_inconsistency
any

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

Attributes

data_inconsistency

boolean (or Expression with resultType boolean).

data_inconsistency: Any | None

file_missing

boolean (or Expression with resultType boolean).

file_missing: Any | None