Class DatasetLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetLocation
- Direct Known Subclasses:
AmazonS3CompatibleLocation
,AmazonS3Location
,AzureBlobFSLocation
,AzureBlobStorageLocation
,AzureDataLakeStoreLocation
,AzureFileStorageLocation
,FileServerLocation
,FtpServerLocation
,GoogleCloudStorageLocation
,HdfsLocation
,HttpServerLocation
,OracleCloudStorageLocation
,SftpLocation
Dataset location.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Dataset location.fileName()
Get the fileName property: Specify the file name of dataset.Get the folderPath property: Specify the folder path of dataset.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Dataset location.withFileName
(Object fileName) Set the fileName property: Specify the file name of dataset.withFolderPath
(Object folderPath) Set the folderPath property: Specify the folder path of dataset.
-
Constructor Details
-
DatasetLocation
public DatasetLocation()Creates an instance of DatasetLocation class.
-
-
Method Details
-
folderPath
Get the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).- Returns:
- the folderPath value.
-
withFolderPath
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.
-
fileName
Get the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).- Returns:
- the fileName value.
-
withFileName
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.
-
additionalProperties
Get the additionalProperties property: Dataset location.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Dataset location.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DatasetLocation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-