BlobEventsTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger that runs every time a Blob event occurs.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BlobEventsTrigger+BlobEventsTriggerConverter))]
public class BlobEventsTrigger : Azure.Analytics.Synapse.Artifacts.Models.MultiplePipelineTrigger
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BlobEventsTrigger+BlobEventsTriggerConverter))>]
type BlobEventsTrigger = class
inherit MultiplePipelineTrigger
Public Class BlobEventsTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Attributes
Constructors
BlobEventsTrigger(IEnumerable<BlobEventType>, String) |
Initializes a new instance of BlobEventsTrigger. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Trigger) |
Annotations |
List of tags that can be used for describing the trigger. (Inherited from Trigger) |
BlobPathBeginsWith |
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. |
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. |
Description |
Trigger description. (Inherited from Trigger) |
Events |
The type of events that cause this trigger to fire. |
IgnoreEmptyBlobs |
If set to true, blobs with zero bytes will be ignored. |
Pipelines |
Pipelines that need to be started. (Inherited from MultiplePipelineTrigger) |
RuntimeState |
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. (Inherited from Trigger) |
Scope |
The ARM resource ID of the Storage Account. |
Applies to
Azure SDK for .NET