Uses of Class
com.azure.resourcemanager.datafactory.models.BlobTrigger
-
Packages that use BlobTrigger Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of BlobTrigger in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return BlobTrigger Modifier and Type Method Description BlobTrigger
BlobTrigger. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger.BlobTrigger
BlobTrigger. withDescription(String description)
Set the description property: Trigger description.BlobTrigger
BlobTrigger. withFolderPath(String folderPath)
Set the folderPath property: The path of the container/folder that will trigger the pipeline.BlobTrigger
BlobTrigger. withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: The Azure Storage linked service reference.BlobTrigger
BlobTrigger. withMaxConcurrency(int maxConcurrency)
Set the maxConcurrency property: The max number of parallel files to handle when it is triggered.BlobTrigger
BlobTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.
-