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