SkipErrorFile Class
Skip error file.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSkipErrorFile
Constructor
SkipErrorFile(*, file_missing: MutableMapping[str, Any] | None = None, data_inconsistency: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
file_missing
|
<xref:JSON>
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). |
data_inconsistency
|
<xref:JSON>
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). |
Variables
Name | Description |
---|---|
file_missing
|
<xref:JSON>
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). |
data_inconsistency
|
<xref:JSON>
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python