Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobTrigger

Package version

Trigger that runs every time the selected Blob container changes.

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 description

description: undefined | string

Trigger description.

folderPath

folderPath: string

The path of the container/folder that will trigger the pipeline.

linkedService

linkedService: LinkedServiceReference

The Azure Storage linked service reference.

maxConcurrency

maxConcurrency: number

The max number of parallel files to handle when it is triggered.

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.

type

type: "BlobTrigger"

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

Generated using TypeDoc