BlobTrigger 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 the selected Blob container changes.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BlobTrigger+BlobTriggerConverter))]
public class BlobTrigger : Azure.Analytics.Synapse.Artifacts.Models.MultiplePipelineTrigger
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BlobTrigger+BlobTriggerConverter))>]
type BlobTrigger = class
inherit MultiplePipelineTrigger
Public Class BlobTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Attributes
Constructors
BlobTrigger(String, Int32, LinkedServiceReference) |
Initializes a new instance of BlobTrigger. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Trigger) |
Annotations |
List of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Trigger description. (Inherited from Trigger) |
FolderPath |
The path of the container/folder that will trigger the pipeline. |
LinkedService |
The Azure Storage linked service reference. |
MaxConcurrency |
The max number of parallel files to handle when it is triggered. |
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) |
Applies to
Azure SDK for .NET