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