Uses of Class
com.azure.resourcemanager.datafactory.models.DatasetCompression
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DatasetCompression in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionAmazonS3DatasetTypeProperties.compression()
Get the compression property: The data compression method used for the Amazon S3 object.AzureBlobDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the blob storage.AzureBlobFSDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the blob storage.AzureDataLakeStoreDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.BinaryDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the binary dataset.ExcelDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the json dataset.FileShareDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the file system.HttpDatasetTypeProperties.compression()
Get the compression property: The data compression method used on files.JsonDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the json dataset.XmlDatasetTypeProperties.compression()
Get the compression property: The data compression method used for the json dataset.Modifier and TypeMethodDescriptionAmazonS3DatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the Amazon S3 object.AzureBlobDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.AzureBlobFSDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.AzureDataLakeStoreDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.BinaryDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the binary dataset.ExcelDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.FileShareDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the file system.HttpDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used on files.JsonDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.XmlDatasetTypeProperties.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset. -
Uses of DatasetCompression in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonS3Dataset.compression()
Get the compression property: The data compression method used for the Amazon S3 object.AzureBlobDataset.compression()
Get the compression property: The data compression method used for the blob storage.AzureBlobFSDataset.compression()
Get the compression property: The data compression method used for the blob storage.AzureDataLakeStoreDataset.compression()
Get the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.BinaryDataset.compression()
Get the compression property: The data compression method used for the binary dataset.ExcelDataset.compression()
Get the compression property: The data compression method used for the json dataset.FileShareDataset.compression()
Get the compression property: The data compression method used for the file system.HttpDataset.compression()
Get the compression property: The data compression method used on files.JsonDataset.compression()
Get the compression property: The data compression method used for the json dataset.XmlDataset.compression()
Get the compression property: The data compression method used for the json dataset.DatasetCompression.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The compression method used on a dataset.Set the level property: The dataset compression level.Set the type property: Type of dataset compression.Modifier and TypeMethodDescriptionAmazonS3Dataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the Amazon S3 object.AzureBlobDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.AzureBlobFSDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.AzureDataLakeStoreDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the item(s) in the Azure Data Lake Store.BinaryDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the binary dataset.ExcelDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.FileShareDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the file system.HttpDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used on files.JsonDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.XmlDataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the json dataset.