Class AzureBlobFSDataset
java.lang.Object
com.azure.analytics.synapse.artifacts.models.Dataset
com.azure.analytics.synapse.artifacts.models.AzureBlobFSDataset
The Azure Data Lake Storage Gen2 storage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the compression property: The data compression method used for the blob storage.Get the fileName property: The name of the Azure Data Lake Storage Gen2.Get the folderPath property: The path of the Azure Data Lake Storage Gen2 storage.Get the format property: The format of the Azure Data Lake Storage Gen2 storage.setAnnotations(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.setCompression(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.setDescription(String description) Set the description property: Dataset description.setFileName(Object fileName) Set the fileName property: The name of the Azure Data Lake Storage Gen2.setFolder(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.setFolderPath(Object folderPath) Set the folderPath property: The path of the Azure Data Lake Storage Gen2 storage.setFormat(DatasetStorageFormat format) Set the format property: The format of the Azure Data Lake Storage Gen2 storage.setLinkedServiceName(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.setParameters(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.Set the schema property: Columns that define the physical type schema of the dataset.setStructure(Object structure) Set the structure property: Columns that define the structure of the dataset.Methods inherited from class com.azure.analytics.synapse.artifacts.models.Dataset
getAdditionalProperties, getAnnotations, getDescription, getFolder, getLinkedServiceName, getParameters, getSchema, getStructure, setAdditionalProperties
-
Constructor Details
-
AzureBlobFSDataset
public AzureBlobFSDataset()
-
-
Method Details
-
getFolderPath
Get the folderPath property: The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).- Returns:
- the folderPath value.
-
setFolderPath
Set the folderPath property: The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).- Parameters:
folderPath- the folderPath value to set.- Returns:
- the AzureBlobFSDataset object itself.
-
getFileName
Get the fileName property: The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).- Returns:
- the fileName value.
-
setFileName
Set the fileName property: The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).- Parameters:
fileName- the fileName value to set.- Returns:
- the AzureBlobFSDataset object itself.
-
getFormat
Get the format property: The format of the Azure Data Lake Storage Gen2 storage.- Returns:
- the format value.
-
setFormat
Set the format property: The format of the Azure Data Lake Storage Gen2 storage.- Parameters:
format- the format value to set.- Returns:
- the AzureBlobFSDataset object itself.
-
getCompression
Get the compression property: The data compression method used for the blob storage.- Returns:
- the compression value.
-
setCompression
Set the compression property: The data compression method used for the blob storage.- Parameters:
compression- the compression value to set.- Returns:
- the AzureBlobFSDataset object itself.
-
setDescription
Set the description property: Dataset description.- Overrides:
setDescriptionin classDataset- Parameters:
description- the description value to set.- Returns:
- the Dataset object itself.
-
setStructure
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.- Overrides:
setStructurein classDataset- Parameters:
structure- the structure value to set.- Returns:
- the Dataset object itself.
-
setSchema
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. -
setLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
setLinkedServiceNamein classDataset- Parameters:
linkedServiceName- the linkedServiceName value to set.- Returns:
- the Dataset object itself.
-
setParameters
Set the parameters property: Parameters for dataset.- Overrides:
setParametersin classDataset- Parameters:
parameters- the parameters value to set.- Returns:
- the Dataset object itself.
-
setAnnotations
Set the annotations property: List of tags that can be used for describing the Dataset.- Overrides:
setAnnotationsin classDataset- Parameters:
annotations- the annotations value to set.- Returns:
- the Dataset object itself.
-
setFolder
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
-