Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobEventsTrigger

Package version

Trigger that runs every time a Blob event occurs.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the trigger.

Optional blobPathBeginsWith

blobPathBeginsWith: undefined | string

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.

Optional blobPathEndsWith

blobPathEndsWith: undefined | string

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.

Optional description

description: undefined | string

Trigger description.

events

events: BlobEventType[]

The type of events that cause this trigger to fire.

Optional ignoreEmptyBlobs

ignoreEmptyBlobs: undefined | false | true

If set to true, blobs with zero bytes will be ignored.

Optional pipelines

Pipelines that need to be started.

Optional runtimeState

runtimeState: TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server.

scope

scope: string

The ARM resource ID of the Storage Account.

type

type: "BlobEventsTrigger"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc