SftpWriteSettings Class
Sftp write settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.StoreWriteSettingsSftpWriteSettings
Constructor
SftpWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, max_concurrent_connections: Optional[Any] = None, disable_metrics_collection: Optional[Any] = None, copy_behavior: Optional[Any] = None, operation_timeout: Optional[Any] = None, use_temp_file_rename: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The write setting type.Constant filled by server.
- 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.
- operation_timeout
- any
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
- any
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).
Feedback
Submit and view feedback for