Class FileServerWriteSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.StoreWriteSettings
-
- com.azure.resourcemanager.datafactory.models.FileServerWriteSettings
-
public final class FileServerWriteSettings extends StoreWriteSettings
File server write settings.
-
-
Constructor Summary
Constructors Constructor Description FileServerWriteSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.FileServerWriteSettings
withCopyBehavior(Object copyBehavior)
Set the copyBehavior property: The type of copy behavior for copy sink.FileServerWriteSettings
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.FileServerWriteSettings
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.StoreWriteSettings
additionalProperties, copyBehavior, disableMetricsCollection, maxConcurrentConnections, withAdditionalProperties
-
-
-
-
Method Detail
-
withMaxConcurrentConnections
public FileServerWriteSettings 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 FileServerWriteSettings 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 FileServerWriteSettings 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.
-
-