AnalyticsSynapseArtifactsModelFactory.BlobTrigger Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BlobTrigger.
public static Azure.Analytics.Synapse.Artifacts.Models.BlobTrigger BlobTrigger (string description = default, Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState? runtimeState = default, System.Collections.Generic.IEnumerable<object> annotations = default, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.TriggerPipelineReference> pipelines = default, string folderPath = default, int maxConcurrency = 0, Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedService = default);
static member BlobTrigger : string * Nullable<Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState> * seq<obj> * System.Collections.Generic.IDictionary<string, obj> * seq<Azure.Analytics.Synapse.Artifacts.Models.TriggerPipelineReference> * string * int * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference -> Azure.Analytics.Synapse.Artifacts.Models.BlobTrigger
Public Shared Function BlobTrigger (Optional description As String = Nothing, Optional runtimeState As Nullable(Of TriggerRuntimeState) = Nothing, Optional annotations As IEnumerable(Of Object) = Nothing, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional pipelines As IEnumerable(Of TriggerPipelineReference) = Nothing, Optional folderPath As String = Nothing, Optional maxConcurrency As Integer = 0, Optional linkedService As LinkedServiceReference = Nothing) As BlobTrigger
Parameters
- description
- String
Trigger description.
- runtimeState
- Nullable<TriggerRuntimeState>
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
- annotations
- IEnumerable<Object>
List of tags that can be used for describing the trigger.
- additionalProperties
- IDictionary<String,Object>
Additional Properties.
- pipelines
- IEnumerable<TriggerPipelineReference>
Pipelines that need to be started.
- folderPath
- String
The path of the container/folder that will trigger the pipeline.
- maxConcurrency
- Int32
The max number of parallel files to handle when it is triggered.
- linkedService
- LinkedServiceReference
The Azure Storage linked service reference.
Returns
A new BlobTrigger instance for mocking.
Applies to
Azure SDK for .NET