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