Uses of Class
com.azure.resourcemanager.datafactory.models.BlobEventsTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of BlobEventsTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionBlobEventsTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.BlobEventsTrigger.withBlobPathBeginsWith
(String blobPathBeginsWith) Set the blobPathBeginsWith property: The blob path must begin with the pattern provided for trigger to fire.BlobEventsTrigger.withBlobPathEndsWith
(String blobPathEndsWith) Set the blobPathEndsWith property: The blob path must end with the pattern provided for trigger to fire.BlobEventsTrigger.withDescription
(String description) Set the description property: Trigger description.BlobEventsTrigger.withEvents
(List<BlobEventTypes> events) Set the events property: The type of events that cause this trigger to fire.BlobEventsTrigger.withIgnoreEmptyBlobs
(Boolean ignoreEmptyBlobs) Set the ignoreEmptyBlobs property: If set to true, blobs with zero bytes will be ignored.BlobEventsTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.Set the scope property: The ARM resource ID of the Storage Account.