Class AzureFileStorageWriteSettings

java.lang.Object
com.azure.resourcemanager.datafactory.models.StoreWriteSettings
com.azure.resourcemanager.datafactory.models.AzureFileStorageWriteSettings

public final class AzureFileStorageWriteSettings extends StoreWriteSettings
Azure File Storage write settings.
  • Constructor Details

    • AzureFileStorageWriteSettings

      public AzureFileStorageWriteSettings()
  • Method Details

    • withMaxConcurrentConnections

      public AzureFileStorageWriteSettings 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 class StoreWriteSettings
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the StoreWriteSettings object itself.
    • withDisableMetricsCollection

      public AzureFileStorageWriteSettings 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 class StoreWriteSettings
      Parameters:
      disableMetricsCollection - the disableMetricsCollection value to set.
      Returns:
      the StoreWriteSettings object itself.
    • withCopyBehavior

      public AzureFileStorageWriteSettings withCopyBehavior(Object copyBehavior)
      Set the copyBehavior property: The type of copy behavior for copy sink.
      Overrides:
      withCopyBehavior in class StoreWriteSettings
      Parameters:
      copyBehavior - the copyBehavior value to set.
      Returns:
      the StoreWriteSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class StoreWriteSettings
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.