Class AzureDatabricksDeltaLakeImportCommand


  • public final class AzureDatabricksDeltaLakeImportCommand
    extends ImportSettings
    Azure Databricks Delta Lake import command settings.
    • Constructor Detail

      • AzureDatabricksDeltaLakeImportCommand

        public AzureDatabricksDeltaLakeImportCommand()
    • Method Detail

      • getDateFormat

        public Object getDateFormat()
        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.
      • setDateFormat

        public AzureDatabricksDeltaLakeImportCommand setDateFormat​(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.
      • getTimestampFormat

        public Object getTimestampFormat()
        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.
      • setTimestampFormat

        public AzureDatabricksDeltaLakeImportCommand setTimestampFormat​(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.