Class BlobTriggerTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.BlobTriggerTypeProperties

public final class BlobTriggerTypeProperties extends Object
Blob Trigger properties.
  • Constructor Details

    • BlobTriggerTypeProperties

      public BlobTriggerTypeProperties()
  • Method Details

    • folderPath

      public String folderPath()
      Get the folderPath property: The path of the container/folder that will trigger the pipeline.
      Returns:
      the folderPath value.
    • withFolderPath

      public BlobTriggerTypeProperties withFolderPath(String folderPath)
      Set the folderPath property: The path of the container/folder that will trigger the pipeline.
      Parameters:
      folderPath - the folderPath value to set.
      Returns:
      the BlobTriggerTypeProperties object itself.
    • maxConcurrency

      public int maxConcurrency()
      Get the maxConcurrency property: The max number of parallel files to handle when it is triggered.
      Returns:
      the maxConcurrency value.
    • withMaxConcurrency

      public BlobTriggerTypeProperties withMaxConcurrency(int maxConcurrency)
      Set the maxConcurrency property: The max number of parallel files to handle when it is triggered.
      Parameters:
      maxConcurrency - the maxConcurrency value to set.
      Returns:
      the BlobTriggerTypeProperties object itself.
    • linkedService

      public LinkedServiceReference linkedService()
      Get the linkedService property: The Azure Storage linked service reference.
      Returns:
      the linkedService value.
    • withLinkedService

      public BlobTriggerTypeProperties withLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: The Azure Storage linked service reference.
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the BlobTriggerTypeProperties object itself.
    • validate

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