StoreWriteSettings Class

Connector write settings.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureBlobFSWriteSettings, AzureBlobStorageWriteSettings, AzureDataLakeStoreWriteSettings, AzureFileStorageWriteSettings, FileServerWriteSettings, LakeHouseWriteSettings, SftpWriteSettings

Constructor

StoreWriteSettings(*args: Any, **kwargs: Any)

Variables

Name Description
type
str

The write setting type. Required. Default value is None.

max_concurrent_connections
any

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

disable_metrics_collection
any

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

copy_behavior
any

The type of copy behavior for copy sink.

metadata

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

Attributes

copy_behavior

The type of copy behavior for copy sink.

copy_behavior: Any | None

disable_metrics_collection

boolean (or Expression with resultType boolean).

disable_metrics_collection: Any | None

max_concurrent_connections

integer (or Expression with resultType integer).

max_concurrent_connections: Any | None

metadata

array of objects (or Expression with resultType array of objects).

metadata: list['_models.MetadataItem'] | None

type

The write setting type. Required. Default value is None.

type: str