AzureDatabricksDeltaLakeSink Classe
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.
Un récepteur d’activité de copie Azure Databricks Delta Lake.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeSink+AzureDatabricksDeltaLakeSinkConverter))]
public class AzureDatabricksDeltaLakeSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeSink+AzureDatabricksDeltaLakeSinkConverter))>]
type AzureDatabricksDeltaLakeSink = class
inherit CopySink
Public Class AzureDatabricksDeltaLakeSink
Inherits CopySink
- Héritage
- Attributs
Constructeurs
AzureDatabricksDeltaLakeSink() |
Initialise une nouvelle instance d’AzureDatabricksDeltaLakeSink. |
Propriétés
AdditionalProperties |
Propriétés supplémentaires. (Hérité de CopySink) |
ImportSettings |
Paramètres d’importation d’Azure Databricks Delta Lake. |
MaxConcurrentConnections |
Nombre maximal de connexions simultanées pour le magasin de données récepteur. Type : entier (ou Expression avec un entier resultType). (Hérité de CopySink) |
PreCopyScript |
Script de précopie SQL. Type : chaîne (ou Expression avec chaîne resultType). |
SinkRetryCount |
Nombre de nouvelles tentatives du récepteur. Type : entier (ou Expression avec un entier resultType). (Hérité de CopySink) |
SinkRetryWait |
Réinscrire une nouvelle tentative. Type : string (ou Expression with resultType string), pattern : ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])). (Hérité de CopySink) |
WriteBatchSize |
Écrire la taille du lot. Type : entier (ou Expression avec entier resultType), minimum : 0. (Hérité de CopySink) |
WriteBatchTimeout |
Écrire le délai d’expiration du lot. Type : string (ou Expression with resultType string), pattern : ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])). (Hérité de CopySink) |
S’applique à
Azure SDK for .NET