Class StagingSettings


  • public final class StagingSettings
    extends Object
    Staging settings.
    • Constructor Detail

      • StagingSettings

        public StagingSettings()
    • Method Detail

      • getLinkedServiceName

        public LinkedServiceReference getLinkedServiceName()
        Get the linkedServiceName property: Staging linked service reference.
        Returns:
        the linkedServiceName value.
      • setLinkedServiceName

        public StagingSettings setLinkedServiceName​(LinkedServiceReference linkedServiceName)
        Set the linkedServiceName property: Staging linked service reference.
        Parameters:
        linkedServiceName - the linkedServiceName value to set.
        Returns:
        the StagingSettings object itself.
      • getPath

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

        public StagingSettings setPath​(Object path)
        Set the path property: The path to storage for storing the interim data. Type: string (or Expression with resultType string).
        Parameters:
        path - the path value to set.
        Returns:
        the StagingSettings object itself.
      • getEnableCompression

        public Object getEnableCompression()
        Get the enableCompression property: Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
        Returns:
        the enableCompression value.
      • setEnableCompression

        public StagingSettings setEnableCompression​(Object enableCompression)
        Set the enableCompression property: Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
        Parameters:
        enableCompression - the enableCompression value to set.
        Returns:
        the StagingSettings object itself.
      • getAdditionalProperties

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

        public StagingSettings setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Staging settings.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the StagingSettings object itself.