Uses of Class
com.azure.resourcemanager.datafactory.models.SkipErrorFile
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SkipErrorFile in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionCopyActivityTypeProperties.skipErrorFile()
Get the skipErrorFile property: Specify the fault tolerance for data consistency.Modifier and TypeMethodDescriptionCopyActivityTypeProperties.withSkipErrorFile
(SkipErrorFile skipErrorFile) Set the skipErrorFile property: Specify the fault tolerance for data consistency. -
Uses of SkipErrorFile in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCopyActivity.skipErrorFile()
Get the skipErrorFile property: Specify the fault tolerance for data consistency.SkipErrorFile.withDataInconsistency
(Object dataInconsistency) Set the dataInconsistency property: Skip if source/sink file changed by other concurrent write.SkipErrorFile.withFileMissing
(Object fileMissing) Set the fileMissing property: Skip if file is deleted by other client during copy.Modifier and TypeMethodDescriptionCopyActivity.withSkipErrorFile
(SkipErrorFile skipErrorFile) Set the skipErrorFile property: Specify the fault tolerance for data consistency.