Class SkipErrorFile

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SkipErrorFile

public final class SkipErrorFile extends Object
Skip error file.
  • Constructor Details

    • SkipErrorFile

      public SkipErrorFile()
  • Method Details

    • getFileMissing

      public Object getFileMissing()
      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.
    • setFileMissing

      public SkipErrorFile setFileMissing(Object fileMissing)
      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.
    • getDataInconsistency

      public Object getDataInconsistency()
      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.
    • setDataInconsistency

      public SkipErrorFile setDataInconsistency(Object dataInconsistency)
      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.