다음을 통해 공유


BlobEventsTrigger Class

Definition

Trigger that runs every time a Blob event occurs.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BlobEventsTrigger : Microsoft.Azure.Management.DataFactory.Models.MultiplePipelineTrigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlobEventsTrigger = class
    inherit MultiplePipelineTrigger
Public Class BlobEventsTrigger
Inherits MultiplePipelineTrigger
Inheritance
Attributes

Constructors

BlobEventsTrigger()

Initializes a new instance of the BlobEventsTrigger class.

BlobEventsTrigger(IList<String>, String, IDictionary<String,Object>, String, String, IList<Object>, IList<TriggerPipelineReference>, String, String, Nullable<Boolean>)

Initializes a new instance of the BlobEventsTrigger 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)
BlobPathBeginsWith

Gets or sets 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

Gets or sets 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

Gets or sets trigger description.

(Inherited from Trigger)
Events

Gets or sets the type of events that cause this trigger to fire.

IgnoreEmptyBlobs

Gets or sets if set to true, blobs with zero bytes will be ignored.

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)
Scope

Gets or sets the ARM resource ID of the Storage Account.

Methods

Validate()

Validate the object.

Applies to