Blob Events Trigger Response
Trigger that runs every time a Blob event occurs.
Constructors
Properties
List of tags that can be used for describing the trigger.
The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.
Trigger description.
If set to true, blobs with zero bytes will be ignored.
Pipelines that need to be started.
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.