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