Uses of Class
com.azure.analytics.synapse.artifacts.models.SkipErrorFile
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SkipErrorFile in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionCopyActivity.getSkipErrorFile()
Get the skipErrorFile property: Specify the fault tolerance for data consistency.SkipErrorFile.setDataInconsistency
(Object dataInconsistency) Set the dataInconsistency property: Skip if source/sink file changed by other concurrent write.SkipErrorFile.setFileMissing
(Object fileMissing) Set the fileMissing property: Skip if file is deleted by other client during copy.Modifier and TypeMethodDescriptionCopyActivity.setSkipErrorFile
(SkipErrorFile skipErrorFile) Set the skipErrorFile property: Specify the fault tolerance for data consistency.