Class SftpWriteSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.StoreWriteSettings
-
- com.azure.resourcemanager.datafactory.models.SftpWriteSettings
-
public final class SftpWriteSettings extends StoreWriteSettings
Sftp write settings.
-
-
Constructor Summary
Constructors Constructor Description SftpWriteSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
operationTimeout()
Get the operationTimeout property: Specifies the timeout for writing each chunk to SFTP server.Object
useTempFileRename()
Get the useTempFileRename property: Upload to temporary file(s) and rename.void
validate()
Validates the instance.SftpWriteSettings
withCopyBehavior(Object copyBehavior)
Set the copyBehavior property: The type of copy behavior for copy sink.SftpWriteSettings
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.SftpWriteSettings
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SftpWriteSettings
withOperationTimeout(Object operationTimeout)
Set the operationTimeout property: Specifies the timeout for writing each chunk to SFTP server.SftpWriteSettings
withUseTempFileRename(Object useTempFileRename)
Set the useTempFileRename property: Upload to temporary file(s) and rename.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.StoreWriteSettings
additionalProperties, copyBehavior, disableMetricsCollection, maxConcurrentConnections, withAdditionalProperties
-
-
-
-
Method Detail
-
operationTimeout
public Object operationTimeout()
Get the operationTimeout property: Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).- Returns:
- the operationTimeout value.
-
withOperationTimeout
public SftpWriteSettings withOperationTimeout(Object operationTimeout)
Set the operationTimeout property: Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).- Parameters:
operationTimeout
- the operationTimeout value to set.- Returns:
- the SftpWriteSettings object itself.
-
useTempFileRename
public Object useTempFileRename()
Get the useTempFileRename property: 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).- Returns:
- the useTempFileRename value.
-
withUseTempFileRename
public SftpWriteSettings withUseTempFileRename(Object useTempFileRename)
Set the useTempFileRename property: 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).- Parameters:
useTempFileRename
- the useTempFileRename value to set.- Returns:
- the SftpWriteSettings object itself.
-
withMaxConcurrentConnections
public SftpWriteSettings withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Overrides:
withMaxConcurrentConnections
in classStoreWriteSettings
- Parameters:
maxConcurrentConnections
- the maxConcurrentConnections value to set.- Returns:
- the StoreWriteSettings object itself.
-
withDisableMetricsCollection
public SftpWriteSettings withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Overrides:
withDisableMetricsCollection
in classStoreWriteSettings
- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the StoreWriteSettings object itself.
-
withCopyBehavior
public SftpWriteSettings withCopyBehavior(Object copyBehavior)
Set the copyBehavior property: The type of copy behavior for copy sink.- Overrides:
withCopyBehavior
in classStoreWriteSettings
- Parameters:
copyBehavior
- the copyBehavior value to set.- Returns:
- the StoreWriteSettings object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classStoreWriteSettings
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-