SftpWriteSettings Class
Sftp write settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.StoreWriteSettingsSftpWriteSettings
Constructor
SftpWriteSettings(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, max_concurrent_connections: MutableMapping[str, Any] | None = None, disable_metrics_collection: MutableMapping[str, Any] | None = None, copy_behavior: MutableMapping[str, Any] | None = None, metadata: List[_models.MetadataItem] | None = None, operation_timeout: MutableMapping[str, Any] | None = None, use_temp_file_rename: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
copy_behavior
|
<xref:JSON>
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). |
operation_timeout
|
<xref:JSON>
Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string). |
use_temp_file_rename
|
<xref:JSON>
Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
The write setting type. Required. |
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
copy_behavior
|
<xref:JSON>
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). |
operation_timeout
|
<xref:JSON>
Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string). |
use_temp_file_rename
|
<xref:JSON>
Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean). |
Azure SDK for Python