AzureDatabricksDeltaLakeExportCommand Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET