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