Class AzureBlobFSLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetLocation
com.azure.resourcemanager.datafactory.models.AzureBlobFSLocation
The location of azure blobFS dataset.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the fileSystem property: Specify the fileSystem of azure blobFS.void
validate()
Validates the instance.withFileName
(Object fileName) Set the fileName property: Specify the file name of dataset.withFileSystem
(Object fileSystem) Set the fileSystem property: Specify the fileSystem of azure blobFS.withFolderPath
(Object folderPath) Set the folderPath property: Specify the folder path of dataset.Methods inherited from class com.azure.resourcemanager.datafactory.models.DatasetLocation
additionalProperties, fileName, folderPath, withAdditionalProperties
-
Constructor Details
-
AzureBlobFSLocation
public AzureBlobFSLocation()Creates an instance of AzureBlobFSLocation class.
-
-
Method Details
-
fileSystem
Get the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).- Returns:
- the fileSystem value.
-
withFileSystem
Set the fileSystem property: Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).- Parameters:
fileSystem
- the fileSystem value to set.- Returns:
- the AzureBlobFSLocation object itself.
-
withFolderPath
Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).- Overrides:
withFolderPath
in classDatasetLocation
- Parameters:
folderPath
- the folderPath value to set.- Returns:
- the DatasetLocation object itself.
-
withFileName
Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).- Overrides:
withFileName
in classDatasetLocation
- Parameters:
fileName
- the fileName value to set.- Returns:
- the DatasetLocation object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDatasetLocation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-