BlobTrigger interface

Trigger that runs every time the selected Blob container changes.

Extends

Properties

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.

type

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

Inherited Properties

annotations

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

description

Trigger description.

pipelines

Pipelines that need to be started.

runtimeState

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.

Property Details

folderPath

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

folderPath: string

Property Value

string

linkedService

The Azure Storage linked service reference.

linkedService: LinkedServiceReference

Property Value

maxConcurrency

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

maxConcurrency: number

Property Value

number

type

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

type: "BlobTrigger"

Property Value

"BlobTrigger"

Inherited Property Details

annotations

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

annotations?: any[]

Property Value

any[]

Inherited From MultiplePipelineTrigger.annotations

description

Trigger description.

description?: string

Property Value

string

Inherited From MultiplePipelineTrigger.description

pipelines

Pipelines that need to be started.

pipelines?: TriggerPipelineReference[]

Property Value

Inherited From MultiplePipelineTrigger.pipelines

runtimeState

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.

runtimeState?: string

Property Value

string

Inherited From MultiplePipelineTrigger.runtimeState