Partager via


AzureDatabricksDeltaLakeExportCommand Classe

Définition

Paramètres de commande d’exportation d’Azure Databricks Delta Lake.

public class AzureDatabricksDeltaLakeExportCommand : Azure.ResourceManager.DataFactory.Models.ExportSettings
type AzureDatabricksDeltaLakeExportCommand = class
    inherit ExportSettings
Public Class AzureDatabricksDeltaLakeExportCommand
Inherits ExportSettings
Héritage
AzureDatabricksDeltaLakeExportCommand

Constructeurs

AzureDatabricksDeltaLakeExportCommand()

Initialise une nouvelle instance d’AzureDatabricksDeltaLakeExportCommand.

Propriétés

AdditionalProperties

Propriétés supplémentaires

Pour affecter un objet à la valeur de cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

(Hérité de ExportSettings)
DateFormat

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

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 à