BlobTrigger Class 
Trigger that runs every time the selected Blob container changes.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
BlobTrigger(*, folder_path: str, max_concurrency: int, linked_service: _models.LinkedServiceReference, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, pipelines: List[_models.TriggerPipelineReference] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| description | Trigger description. Default value: None | 
| annotations | 
				list[<xref:JSON>]
		 List of tags that can be used for describing the trigger. Default value: None | 
| pipelines | Pipelines that need to be started. Default value: None | 
| folder_path | The path of the container/folder that will trigger the pipeline. Required. | 
| max_concurrency | The max number of parallel files to handle when it is triggered. Required. | 
| linked_service | The Azure Storage linked service reference. Required. | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| type | Trigger type. Required. | 
| description | Trigger description. | 
| runtime_state | Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", and "Disabled". | 
| annotations | 
				list[<xref:JSON>]
		 List of tags that can be used for describing the trigger. | 
| pipelines | Pipelines that need to be started. | 
| folder_path | The path of the container/folder that will trigger the pipeline. Required. | 
| max_concurrency | The max number of parallel files to handle when it is triggered. Required. | 
| linked_service | The Azure Storage linked service reference. Required. |