AzureDatabricksDeltaLakeExportCommand Class

public final class AzureDatabricksDeltaLakeExportCommand
extends ExportSettings

Azure Databricks Delta Lake export command settings.

Constructor Summary

Constructor Description
AzureDatabricksDeltaLakeExportCommand()

Creates an instance of AzureDatabricksDeltaLakeExportCommand class.

Method Summary

Modifier and Type Method and Description
Object getDateFormat()

Get the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy.

Object getTimestampFormat()

Get the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy.

AzureDatabricksDeltaLakeExportCommand setDateFormat(Object dateFormat)

Set the dateFormat property: Specify the date format for the csv in Azure Databricks Delta Lake Copy.

AzureDatabricksDeltaLakeExportCommand setTimestampFormat(Object timestampFormat)

Set the timestampFormat property: Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy.

Methods inherited from ExportSettings

Methods inherited from java.lang.Object

Constructor Details

AzureDatabricksDeltaLakeExportCommand

public AzureDatabricksDeltaLakeExportCommand()

Creates an instance of AzureDatabricksDeltaLakeExportCommand class.

Method Details

getDateFormat

public Object getDateFormat()

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.

getTimestampFormat

public Object getTimestampFormat()

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.

setDateFormat

public AzureDatabricksDeltaLakeExportCommand setDateFormat(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.

setTimestampFormat

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

Applies to