AzureDatabricksDeltaLakeImportCommand Class

Definition

Azure Databricks Delta Lake import command settings.

public class AzureDatabricksDeltaLakeImportCommand : Microsoft.Azure.Management.DataFactory.Models.ImportSettings
type AzureDatabricksDeltaLakeImportCommand = class
    inherit ImportSettings
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
Inheritance
AzureDatabricksDeltaLakeImportCommand

Constructors

AzureDatabricksDeltaLakeImportCommand()

Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class.

AzureDatabricksDeltaLakeImportCommand(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from ImportSettings)
DateFormat

Gets or sets specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

TimestampFormat

Gets or sets specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

Applies to