Class DataFlowStagingInfo

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

public final class DataFlowStagingInfo extends Object
Staging info for execute data flow activity.
  • Constructor Details

    • DataFlowStagingInfo

      public DataFlowStagingInfo()
  • Method Details

    • getLinkedService

      public LinkedServiceReference getLinkedService()
      Get the linkedService property: Staging linked service reference.
      Returns:
      the linkedService value.
    • setLinkedService

      public DataFlowStagingInfo setLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: Staging linked service reference.
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the DataFlowStagingInfo object itself.
    • getFolderPath

      public String getFolderPath()
      Get the folderPath property: Folder path for staging blob.
      Returns:
      the folderPath value.
    • setFolderPath

      public DataFlowStagingInfo setFolderPath(String folderPath)
      Set the folderPath property: Folder path for staging blob.
      Parameters:
      folderPath - the folderPath value to set.
      Returns:
      the DataFlowStagingInfo object itself.