Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeDataset
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDatabricksDeltaLakeDataset in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDatabricksDeltaLakeDataset.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.AzureDatabricksDeltaLakeDataset.withDatabase
(Object database) Set the database property: The database name of delta table.AzureDatabricksDeltaLakeDataset.withDescription
(String description) Set the description property: Dataset description.AzureDatabricksDeltaLakeDataset.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.AzureDatabricksDeltaLakeDataset.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.AzureDatabricksDeltaLakeDataset.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.AzureDatabricksDeltaLakeDataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.AzureDatabricksDeltaLakeDataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.Set the table property: The name of delta table.