Class AzureDatabricksDeltaLakeExportCommand


  • public final class AzureDatabricksDeltaLakeExportCommand
    extends ExportSettings
    Azure Databricks Delta Lake export command settings.
    • Constructor Detail

      • AzureDatabricksDeltaLakeExportCommand

        public AzureDatabricksDeltaLakeExportCommand()
    • Method Detail

      • dateFormat

        public Object 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

        public AzureDatabricksDeltaLakeExportCommand withDateFormat​(Object dateFormat)
        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

        public Object 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

        public AzureDatabricksDeltaLakeExportCommand withTimestampFormat​(Object timestampFormat)
        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.