BlobTriggerArgs

data class BlobTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folderPath: Output<String>, val linkedService: Output<LinkedServiceReferenceArgs>, val maxConcurrency: Output<Int>, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<BlobTriggerArgs>

Trigger that runs every time the selected Blob container changes.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, folderPath: Output<String>, linkedService: Output<LinkedServiceReferenceArgs>, maxConcurrency: Output<Int>, pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val annotations: Output<List<Any>>? = null

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

Link copied to clipboard
val description: Output<String>? = null

Trigger description.

Link copied to clipboard
val folderPath: Output<String>

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

Link copied to clipboard

The Azure Storage linked service reference.

Link copied to clipboard
val maxConcurrency: Output<Int>

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

Link copied to clipboard

Pipelines that need to be started.

Link copied to clipboard
val type: Output<String>

Trigger type. Expected value is 'BlobTrigger'.

Functions

Link copied to clipboard
open override fun toJava(): BlobTriggerArgs