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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BlobTrigger : Microsoft.Azure.Management.DataFactory.Models.MultiplePipelineTrigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlobTrigger = class
inherit MultiplePipelineTrigger
Public Class BlobTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Attributes
Constructors
BlobTrigger() |
Initializes a new instance of the BlobTrigger class. |
BlobTrigger(String, Int32, LinkedServiceReference, IDictionary<String,Object>, String, String, IList<Object>, IList<TriggerPipelineReference>) |
Initializes a new instance of the BlobTrigger class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Trigger) |
Annotations |
Gets or sets list of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Gets or sets trigger description. (Inherited from Trigger) |
FolderPath |
Gets or sets the path of the container/folder that will trigger the pipeline. |
LinkedService |
Gets or sets the Azure Storage linked service reference. |
MaxConcurrency |
Gets or sets the max number of parallel files to handle when it is triggered. |
Pipelines |
Gets or sets pipelines that need to be started. (Inherited from MultiplePipelineTrigger) |
RuntimeState |
Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled' (Inherited from Trigger) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET