Class RedirectIncompatibleRowSettings


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

      • RedirectIncompatibleRowSettings

        public RedirectIncompatibleRowSettings()
    • Method Detail

      • linkedServiceName

        public Object linkedServiceName()
        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.
      • withLinkedServiceName

        public RedirectIncompatibleRowSettings withLinkedServiceName​(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.
      • path

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

        public RedirectIncompatibleRowSettings withPath​(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.
      • additionalProperties

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

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.