Class AzureBlobFSWriteSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.StoreWriteSettings
com.azure.resourcemanager.datafactory.models.AzureBlobFSWriteSettings
Azure blobFS write settings.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureBlobFSWriteSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the blockSizeInMB property: Indicates the block size(MB) when writing data to blob.void
validate()
Validates the instance.withBlockSizeInMB
(Object blockSizeInMB) Set the blockSizeInMB property: Indicates the block size(MB) when writing data to blob.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.Methods inherited from class com.azure.resourcemanager.datafactory.models.StoreWriteSettings
additionalProperties, copyBehavior, disableMetricsCollection, maxConcurrentConnections, withAdditionalProperties
-
Constructor Details
-
AzureBlobFSWriteSettings
public AzureBlobFSWriteSettings()Creates an instance of AzureBlobFSWriteSettings class.
-
-
Method Details
-
blockSizeInMB
Get the blockSizeInMB property: Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).- Returns:
- the blockSizeInMB value.
-
withBlockSizeInMB
Set the blockSizeInMB property: Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).- Parameters:
blockSizeInMB
- the blockSizeInMB value to set.- Returns:
- the AzureBlobFSWriteSettings object itself.
-
withMaxConcurrentConnections
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
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
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.
-