Condividi tramite


DocumentDbCollectionSink interface

Sink raccolta di documenti dell'attività di copia.

Extends

Proprietà

nestingSeparator

Separatore delle proprietà annidate. Il valore predefinito è . (punto). Tipo: stringa (o Espressione con stringa resultType).

type

Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere

writeBehavior

Descrive come scrivere dati in Azure Cosmos DB. Tipo: stringa (o Espressione con stringa resultType). Valori consentiti: inserimento e upsert.

Proprietà ereditate

maxConcurrentConnections

Numero massimo di connessioni simultanee per l'archivio dati sink. Tipo: integer (o Espressione con integer resultType).

sinkRetryCount

Conteggio tentativi sink. Tipo: integer (o Espressione con integer resultType).

sinkRetryWait

Attesa tentativi sink. Type: string (o Expression with resultType string), pattern: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

writeBatchSize

Scrivere le dimensioni del batch. Tipo: integer (o Expression con resultType integer), minimo: 0.

writeBatchTimeout

Timeout del batch di scrittura. Type: string (o Expression with resultType string), pattern: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

Dettagli proprietà

nestingSeparator

Separatore delle proprietà annidate. Il valore predefinito è . (punto). Tipo: stringa (o Espressione con stringa resultType).

nestingSeparator?: any

Valore della proprietà

any

type

Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere

type: "DocumentDbCollectionSink"

Valore della proprietà

"DocumentDbCollectionSink"

writeBehavior

Descrive come scrivere dati in Azure Cosmos DB. Tipo: stringa (o Espressione con stringa resultType). Valori consentiti: inserimento e upsert.

writeBehavior?: any

Valore della proprietà

any

Dettagli proprietà ereditate

maxConcurrentConnections

Numero massimo di connessioni simultanee per l'archivio dati sink. Tipo: integer (o Espressione con integer resultType).

maxConcurrentConnections?: any

Valore della proprietà

any

ereditato daCopySink.maxConcurrentConnections

sinkRetryCount

Conteggio tentativi sink. Tipo: integer (o Espressione con integer resultType).

sinkRetryCount?: any

Valore della proprietà

any

Ereditato daCopySink.sinkRetryCount

sinkRetryWait

Attesa tentativi sink. Type: string (o Expression with resultType string), pattern: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

sinkRetryWait?: any

Valore della proprietà

any

ereditato daCopySink.sinkRetryWait

writeBatchSize

Scrivere le dimensioni del batch. Tipo: integer (o Expression con resultType integer), minimo: 0.

writeBatchSize?: any

Valore della proprietà

any

Ereditato daCopySink.writeBatchSize

writeBatchTimeout

Timeout del batch di scrittura. Type: string (o Expression with resultType string), pattern: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])).

writeBatchTimeout?: any

Valore della proprietà

any

ereditato daCopySink.writeBatchTimeout