BlobTriggerResponse

data class BlobTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val folderPath: String, val linkedService: LinkedServiceReferenceResponse, val maxConcurrency: Int, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val runtimeState: String, val type: String)

Trigger that runs every time the selected Blob container changes.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard
val description: String? = null

Trigger description.

Link copied to clipboard

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

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

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.

Link copied to clipboard

Trigger type. Expected value is 'BlobTrigger'.