Class StoreWriteSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.StoreWriteSettings
- Direct Known Subclasses:
AzureBlobFSWriteSettings
,AzureBlobStorageWriteSettings
,AzureDataLakeStoreWriteSettings
,AzureFileStorageWriteSettings
,FileServerWriteSettings
,SftpWriteSettings
Connector write settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Connector write settings.Get the copyBehavior property: The type of copy behavior for copy sink.Get the disableMetricsCollection property: If true, disable data store metrics collection.Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Connector write settings.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
-
Constructor Details
-
StoreWriteSettings
public StoreWriteSettings()Creates an instance of StoreWriteSettings class.
-
-
Method Details
-
maxConcurrentConnections
Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Returns:
- the maxConcurrentConnections value.
-
withMaxConcurrentConnections
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Parameters:
maxConcurrentConnections
- the maxConcurrentConnections value to set.- Returns:
- the StoreWriteSettings object itself.
-
disableMetricsCollection
Get the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Returns:
- the disableMetricsCollection value.
-
withDisableMetricsCollection
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the StoreWriteSettings object itself.
-
copyBehavior
Get the copyBehavior property: The type of copy behavior for copy sink.- Returns:
- the copyBehavior value.
-
withCopyBehavior
Set the copyBehavior property: The type of copy behavior for copy sink.- Parameters:
copyBehavior
- the copyBehavior value to set.- Returns:
- the StoreWriteSettings object itself.
-
additionalProperties
Get the additionalProperties property: Connector write settings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Connector write settings.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the StoreWriteSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-