Partager via


AzureDatabricksDeltaLakeExportCommand Constructeurs

Définition

Surcharges

AzureDatabricksDeltaLakeExportCommand()

Initialise une nouvelle instance de la classe AzureDatabricksDeltaLakeExportCommand.

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

Initialise une nouvelle instance de la classe AzureDatabricksDeltaLakeExportCommand.

AzureDatabricksDeltaLakeExportCommand()

Initialise une nouvelle instance de la classe AzureDatabricksDeltaLakeExportCommand.

public AzureDatabricksDeltaLakeExportCommand ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe AzureDatabricksDeltaLakeExportCommand.

public AzureDatabricksDeltaLakeExportCommand (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object dateFormat = default, object timestampFormat = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional dateFormat As Object = Nothing, Optional timestampFormat As Object = Nothing)

Paramètres

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées dans cette collection

dateFormat
Object

Spécifiez le format de date pour le fichier csv dans Azure Databricks Delta Lake Copy. Type : chaîne (ou Expression avec chaîne resultType).

timestampFormat
Object

Spécifiez le format d’horodatage pour le fichier csv dans Azure Databricks Delta Lake Copy. Type : chaîne (ou Expression avec chaîne resultType).

S’applique à