你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobTrigger interface

每次所选 Blob 容器更改时运行的触发器。

扩展

属性

folderPath

将触发管道的容器/文件夹的路径。

linkedService

Azure 存储链接服务引用。

maxConcurrency

触发时要处理的最大并行文件数。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

annotations

可用于描述触发器的标记列表。

description

触发器描述。

pipelines

需要启动的管道。

runtimeState

指示触发器是否正在运行。 在触发器上调用启动/停止 API 时更新。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

folderPath

将触发管道的容器/文件夹的路径。

folderPath: string

属性值

string

linkedService

Azure 存储链接服务引用。

linkedService: LinkedServiceReference

属性值

maxConcurrency

触发时要处理的最大并行文件数。

maxConcurrency: number

属性值

number

type

多态鉴别器,它指定此对象可以的不同类型的

type: "BlobTrigger"

属性值

"BlobTrigger"

继承属性详细信息

annotations

可用于描述触发器的标记列表。

annotations?: any[]

属性值

any[]

继承自MultiplePipelineTrigger.annotations

description

触发器描述。

description?: string

属性值

string

继承自MultiplePipelineTrigger.description

pipelines

需要启动的管道。

pipelines?: TriggerPipelineReference[]

属性值

继承自MultiplePipelineTrigger.pipelines

runtimeState

指示触发器是否正在运行。 在触发器上调用启动/停止 API 时更新。 注意:此属性不会序列化。 它只能由服务器填充。

runtimeState?: string

属性值

string

继承自MultiplePipelineTrigger.runtimeState