CopySink interface
A copy activity sink.
Properties
| additional |
Additional properties |
| disable |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
| max |
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer). |
| sink |
Sink retry count. Type: integer (or Expression with resultType integer). |
| sink |
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). |
| type | The discriminator possible values: DelimitedTextSink, JsonSink, OrcSink, RestSink, TeradataSink, AzurePostgreSqlSink, AzureMySqlSink, AzureDatabricksDeltaLakeSink, WarehouseSink, SapCloudForCustomerSink, AzureQueueSink, AzureTableSink, AvroSink, ParquetSink, BinarySink, IcebergSink, BlobSink, FileSystemSink, DocumentDbCollectionSink, CosmosDbSqlApiSink, SqlSink, SqlServerSink, AzureSqlSink, SqlMISink, SqlDWSink, SnowflakeSink, SnowflakeV2Sink, OracleSink, AzureDataLakeStoreSink, AzureBlobFSSink, AzureSearchIndexSink, OdbcSink, InformixSink, MicrosoftAccessSink, DynamicsSink, DynamicsCrmSink, CommonDataServiceForAppsSink, AzureDataExplorerSink, SalesforceSink, SalesforceServiceCloudSink, MongoDbAtlasSink, MongoDbV2Sink, CosmosDbMongoDbApiSink, LakeHouseTableSink, SalesforceV2Sink, SalesforceServiceCloudV2Sink |
| write |
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. |
| write |
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
disableMetricsCollection
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: any
Property Value
any
maxConcurrentConnections
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
sinkRetryCount
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryCount?: any
Property Value
any
sinkRetryWait
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sinkRetryWait?: any
Property Value
any
type
The discriminator possible values: DelimitedTextSink, JsonSink, OrcSink, RestSink, TeradataSink, AzurePostgreSqlSink, AzureMySqlSink, AzureDatabricksDeltaLakeSink, WarehouseSink, SapCloudForCustomerSink, AzureQueueSink, AzureTableSink, AvroSink, ParquetSink, BinarySink, IcebergSink, BlobSink, FileSystemSink, DocumentDbCollectionSink, CosmosDbSqlApiSink, SqlSink, SqlServerSink, AzureSqlSink, SqlMISink, SqlDWSink, SnowflakeSink, SnowflakeV2Sink, OracleSink, AzureDataLakeStoreSink, AzureBlobFSSink, AzureSearchIndexSink, OdbcSink, InformixSink, MicrosoftAccessSink, DynamicsSink, DynamicsCrmSink, CommonDataServiceForAppsSink, AzureDataExplorerSink, SalesforceSink, SalesforceServiceCloudSink, MongoDbAtlasSink, MongoDbV2Sink, CosmosDbMongoDbApiSink, LakeHouseTableSink, SalesforceV2Sink, SalesforceServiceCloudV2Sink
type: string
Property Value
string
writeBatchSize
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchSize?: any
Property Value
any
writeBatchTimeout
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchTimeout?: any
Property Value
any