Class DatasetLocation

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DatasetLocation
Direct Known Subclasses:
AmazonS3Location, AzureBlobFSLocation, AzureBlobStorageLocation, AzureDataLakeStoreLocation, AzureFileStorageLocation, FileServerLocation, FtpServerLocation, GoogleCloudStorageLocation, HdfsLocation, HttpServerLocation, SftpLocation

public class DatasetLocation extends Object
Dataset location.
  • Constructor Details

    • DatasetLocation

      public DatasetLocation()
  • Method Details

    • 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.
    • 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.
    • 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.
    • 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.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Dataset location.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public DatasetLocation setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Dataset location.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the DatasetLocation object itself.