Class AzureDatabricksDeltaLakeExportCommand
java.lang.Object
com.azure.resourcemanager.datafactory.models.ExportSettings
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeExportCommand
Azure Databricks Delta Lake export command settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy.Get the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy.void
validate()
Validates the instance.withDateFormat
(Object dateFormat) Set the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy.withTimestampFormat
(Object timestampFormat) Set the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExportSettings
additionalProperties, withAdditionalProperties
-
Constructor Details
-
AzureDatabricksDeltaLakeExportCommand
public AzureDatabricksDeltaLakeExportCommand()
-
-
Method Details
-
dateFormat
Get the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).- Returns:
- the dateFormat value.
-
withDateFormat
Set the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).- Parameters:
dateFormat
- the dateFormat value to set.- Returns:
- the AzureDatabricksDeltaLakeExportCommand object itself.
-
timestampFormat
Get the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).- Returns:
- the timestampFormat value.
-
withTimestampFormat
Set the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).- Parameters:
timestampFormat
- the timestampFormat value to set.- Returns:
- the AzureDatabricksDeltaLakeExportCommand object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExportSettings
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-