Class DataFlowStagingInfo


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

      • DataFlowStagingInfo

        public DataFlowStagingInfo()
    • Method Detail

      • linkedService

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

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

        public Object folderPath()
        Get the folderPath property: Folder path for staging blob. Type: string (or Expression with resultType string).
        Returns:
        the folderPath value.
      • withFolderPath

        public DataFlowStagingInfo withFolderPath​(Object folderPath)
        Set the folderPath property: Folder path for staging blob. Type: string (or Expression with resultType string).
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the DataFlowStagingInfo object itself.
      • validate

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