Share via


StoreWriteSettings interface

Connector write settings.

Properties

copyBehavior

The type of copy behavior for copy sink.

maxConcurrentConnections

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

metadata

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

copyBehavior

The type of copy behavior for copy sink.

copyBehavior?: any

Property Value

any

maxConcurrentConnections

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

maxConcurrentConnections?: any

Property Value

any

metadata

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

metadata?: MetadataItem[]

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "SftpWriteSettings" | "AzureBlobStorageWriteSettings" | "AzureBlobFSWriteSettings" | "AzureDataLakeStoreWriteSettings" | "FileServerWriteSettings" | "AzureFileStorageWriteSettings" | "LakeHouseWriteSettings"

Property Value

"SftpWriteSettings" | "AzureBlobStorageWriteSettings" | "AzureBlobFSWriteSettings" | "AzureDataLakeStoreWriteSettings" | "FileServerWriteSettings" | "AzureFileStorageWriteSettings" | "LakeHouseWriteSettings"