DataFlowStagingInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.DataFlowStagingInfo

public final class DataFlowStagingInfo

Staging info for execute data flow activity.

Constructor Summary

Constructor Description
DataFlowStagingInfo()

Creates an instance of DataFlowStagingInfo class.

Method Summary

Modifier and Type Method and Description
Object folderPath()

Get the folderPath property: Folder path for staging blob.

LinkedServiceReference linkedService()

Get the linkedService property: Staging linked service reference.

void validate()

Validates the instance.

DataFlowStagingInfo withFolderPath(Object folderPath)

Set the folderPath property: Folder path for staging blob.

DataFlowStagingInfo withLinkedService(LinkedServiceReference linkedService)

Set the linkedService property: Staging linked service reference.

Methods inherited from java.lang.Object

Constructor Details

DataFlowStagingInfo

public DataFlowStagingInfo()

Creates an instance of DataFlowStagingInfo class.

Method Details

folderPath

public Object folderPath()

Get the folderPath property: Folder path for staging blob. Type: string (or Expression with resultType string).

Returns:

the folderPath value.

linkedService

public LinkedServiceReference linkedService()

Get the linkedService property: Staging linked service reference.

Returns:

the linkedService value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to