OracleSink 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.
Récepteur Oracle d’activité de copie.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.OracleSink+OracleSinkConverter))]
public class OracleSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.OracleSink+OracleSinkConverter))>]
type OracleSink = class
inherit CopySink
Public Class OracleSink
Inherits CopySink
- Héritage
- Attributs
Constructeurs
OracleSink() |
Initialise une nouvelle instance d’OracleSink. |
Propriétés
AdditionalProperties |
Propriétés supplémentaires. (Hérité de CopySink) |
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