DatasetLocation Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DatasetLocation

public class DatasetLocation

Dataset location.

Constructor Summary

Constructor Description
DatasetLocation()

Creates an instance of DatasetLocation class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Dataset location.

Object getFileName()

Get the fileName property: Specify the file name of dataset.

Object getFolderPath()

Get the folderPath property: Specify the folder path of dataset.

DatasetLocation setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Dataset location.

DatasetLocation setFileName(Object fileName)

Set the fileName property: Specify the file name of dataset.

DatasetLocation setFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset.

Methods inherited from java.lang.Object

Constructor Details

DatasetLocation

public DatasetLocation()

Creates an instance of DatasetLocation class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: Dataset location.

Returns:

the additionalProperties value.

getFileName

public Object getFileName()

Get the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).

Returns:

the fileName value.

getFolderPath

public Object getFolderPath()

Get the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).

Returns:

the folderPath value.

setAdditionalProperties

public DatasetLocation setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Dataset location.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DatasetLocation object itself.

setFileName

public DatasetLocation setFileName(Object fileName)

Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).

Parameters:

fileName - the fileName value to set.

Returns:

the DatasetLocation object itself.

setFolderPath

public DatasetLocation setFolderPath(Object folderPath)

Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).

Parameters:

folderPath - the folderPath value to set.

Returns:

the DatasetLocation object itself.

Applies to