Class RedirectIncompatibleRowSettings

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

public final class RedirectIncompatibleRowSettings extends Object
Redirect incompatible row settings.
  • Constructor Details

    • RedirectIncompatibleRowSettings

      public RedirectIncompatibleRowSettings()
  • Method Details

    • getLinkedServiceName

      public Object getLinkedServiceName()
      Get the linkedServiceName property: Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
      Returns:
      the linkedServiceName value.
    • setLinkedServiceName

      public RedirectIncompatibleRowSettings setLinkedServiceName(Object linkedServiceName)
      Set the linkedServiceName property: Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the RedirectIncompatibleRowSettings object itself.
    • getPath

      public Object getPath()
      Get the path property: The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
      Returns:
      the path value.
    • setPath

      public RedirectIncompatibleRowSettings setPath(Object path)
      Set the path property: The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
      Parameters:
      path - the path value to set.
      Returns:
      the RedirectIncompatibleRowSettings object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Redirect incompatible row settings.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public RedirectIncompatibleRowSettings setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Redirect incompatible row settings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the RedirectIncompatibleRowSettings object itself.