Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeImportCommand
-
Packages that use AzureDatabricksDeltaLakeImportCommand Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AzureDatabricksDeltaLakeImportCommand in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AzureDatabricksDeltaLakeImportCommand Modifier and Type Method Description AzureDatabricksDeltaLakeImportCommand
AzureDatabricksDeltaLakeSink. importSettings()
Get the importSettings property: Azure Databricks Delta Lake import settings.AzureDatabricksDeltaLakeImportCommand
AzureDatabricksDeltaLakeImportCommand. withDateFormat(Object dateFormat)
Set the dateFormat property: Specify the date format for csv in Azure Databricks Delta Lake Copy.AzureDatabricksDeltaLakeImportCommand
AzureDatabricksDeltaLakeImportCommand. withTimestampFormat(Object timestampFormat)
Set the timestampFormat property: Specify the timestamp format for csv in Azure Databricks Delta Lake Copy.Methods in com.azure.resourcemanager.datafactory.models with parameters of type AzureDatabricksDeltaLakeImportCommand Modifier and Type Method Description AzureDatabricksDeltaLakeSink
AzureDatabricksDeltaLakeSink. withImportSettings(AzureDatabricksDeltaLakeImportCommand importSettings)
Set the importSettings property: Azure Databricks Delta Lake import settings.
-