StoreWriteSettings interface
Connector write settings.
Properties
| additional |
Additional properties |
| copy |
The type of copy behavior for copy sink. |
| 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 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 | The discriminator possible values: SftpWriteSettings, AzureBlobStorageWriteSettings, AzureBlobFSWriteSettings, AzureDataLakeStoreWriteSettings, FileServerWriteSettings, AzureFileStorageWriteSettings, LakeHouseWriteSettings |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
copyBehavior
The type of copy behavior for copy sink.
copyBehavior?: any
Property Value
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 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
The discriminator possible values: SftpWriteSettings, AzureBlobStorageWriteSettings, AzureBlobFSWriteSettings, AzureDataLakeStoreWriteSettings, FileServerWriteSettings, AzureFileStorageWriteSettings, LakeHouseWriteSettings
type: string
Property Value
string