Class StagingSettings

java.lang.Object
com.azure.resourcemanager.datafactory.models.StagingSettings

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

    • StagingSettings

      public StagingSettings()
  • Method Details

    • linkedServiceName

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

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

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

      public StagingSettings withPath(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.
    • enableCompression

      public Object enableCompression()
      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.
    • withEnableCompression

      public StagingSettings withEnableCompression(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.
    • additionalProperties

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

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

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