Partager via


DocumentDbCollectionSink Constructeurs

Définition

Surcharges

DocumentDbCollectionSink()

Initialise une nouvelle instance de la classe DocumentDbCollectionSink.

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

Initialise une nouvelle instance de la classe DocumentDbCollectionSink.

DocumentDbCollectionSink()

Initialise une nouvelle instance de la classe DocumentDbCollectionSink.

public DocumentDbCollectionSink ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe DocumentDbCollectionSink.

public DocumentDbCollectionSink (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object writeBatchSize = default, object writeBatchTimeout = default, object sinkRetryCount = default, object sinkRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object nestingSeparator = default, object writeBehavior = default);
new Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional writeBatchSize As Object = Nothing, Optional writeBatchTimeout As Object = Nothing, Optional sinkRetryCount As Object = Nothing, Optional sinkRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional nestingSeparator As Object = Nothing, Optional writeBehavior As Object = Nothing)

Paramètres

additionalProperties
IDictionary<String,Object>

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

writeBatchSize
Object

Écrire la taille du lot. Type : entier (ou Expression avec entier resultType), minimum : 0.

writeBatchTimeout
Object

É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])).

sinkRetryCount
Object

Nombre de nouvelles tentatives du récepteur. Type : entier (ou Expression avec un entier resultType).

sinkRetryWait
Object

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])).

maxConcurrentConnections
Object

Nombre maximal de connexions simultanées pour le magasin de données récepteur. Type : entier (ou Expression avec un entier resultType).

disableMetricsCollection
Object

Si la valeur est true, désactivez la collecte de métriques du magasin de données. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen resultType).

nestingSeparator
Object

Séparateur de propriétés imbriquées. La valeur par défaut est . (point). Type : chaîne (ou Expression avec chaîne resultType).

writeBehavior
Object

Décrit comment écrire des données dans Azure Cosmos DB. Type : chaîne (ou Expression avec chaîne resultType). Les valeurs autorisées sont insert et upsert.

S’applique à