Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSDataset
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureBlobFSDataset in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureBlobFSDataset.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.AzureBlobFSDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.AzureBlobFSDataset.withDescription
(String description) Set the description property: Dataset description.AzureBlobFSDataset.withFileName
(Object fileName) Set the fileName property: The name of the Azure Data Lake Storage Gen2.AzureBlobFSDataset.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.AzureBlobFSDataset.withFolderPath
(Object folderPath) Set the folderPath property: The path of the Azure Data Lake Storage Gen2 storage.AzureBlobFSDataset.withFormat
(DatasetStorageFormat format) Set the format property: The format of the Azure Data Lake Storage Gen2 storage.AzureBlobFSDataset.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.AzureBlobFSDataset.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.AzureBlobFSDataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.AzureBlobFSDataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.