OdbcSink interface
Sink ODBC dell'attività di copia.
- Extends
Proprietà
| pre |
Query da eseguire prima di avviare la copia. Tipo: stringa (o Espressione con stringa resultType). |
| type | Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere |
Proprietà ereditate
| max |
Numero massimo di connessioni simultanee per l'archivio dati sink. Tipo: integer (o Espressione con integer resultType). |
| sink |
Conteggio tentativi sink. Tipo: integer (o Espressione con integer resultType). |
| sink |
Attesa tentativi sink. Type: string (o Expression with resultType string), pattern: ((\d+).)? (\d\d):(60|( [0-5] [0-9])):(60|( [0-5] [0-9])). |
| write |
Scrivere le dimensioni del batch. Tipo: integer (o Expression con resultType integer), minimo: 0. |
| write |
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à
preCopyScript
Query da eseguire prima di avviare la copia. Tipo: stringa (o Espressione con stringa resultType).
preCopyScript?: any
Valore della proprietà
any
type
Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere
type: "OdbcSink"
Valore della proprietà
"OdbcSink"
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