Class SkipErrorFile
java.lang.Object
com.azure.resourcemanager.datafactory.models.SkipErrorFile
Skip error file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataInconsistency property: Skip if source/sink file changed by other concurrent write.Get the fileMissing property: Skip if file is deleted by other client during copy.void
validate()
Validates the instance.withDataInconsistency
(Object dataInconsistency) Set the dataInconsistency property: Skip if source/sink file changed by other concurrent write.withFileMissing
(Object fileMissing) Set the fileMissing property: Skip if file is deleted by other client during copy.
-
Constructor Details
-
SkipErrorFile
public SkipErrorFile()Creates an instance of SkipErrorFile class.
-
-
Method Details
-
fileMissing
Get the fileMissing property: Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).- Returns:
- the fileMissing value.
-
withFileMissing
Set the fileMissing property: Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).- Parameters:
fileMissing
- the fileMissing value to set.- Returns:
- the SkipErrorFile object itself.
-
dataInconsistency
Get the dataInconsistency property: Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).- Returns:
- the dataInconsistency value.
-
withDataInconsistency
Set the dataInconsistency property: Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).- Parameters:
dataInconsistency
- the dataInconsistency value to set.- Returns:
- the SkipErrorFile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-