DataFactoryBlobTrigger Class

Definition

Trigger that runs every time the selected Blob container changes.

public class DataFactoryBlobTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryBlobTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryBlobTrigger>
public class DataFactoryBlobTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger
type DataFactoryBlobTrigger = class
    inherit MultiplePipelineTrigger
    interface IJsonModel<DataFactoryBlobTrigger>
    interface IPersistableModel<DataFactoryBlobTrigger>
type DataFactoryBlobTrigger = class
    inherit MultiplePipelineTrigger
Public Class DataFactoryBlobTrigger
Inherits MultiplePipelineTrigger
Implements IJsonModel(Of DataFactoryBlobTrigger), IPersistableModel(Of DataFactoryBlobTrigger)
Public Class DataFactoryBlobTrigger
Inherits MultiplePipelineTrigger
Inheritance
Implements

Constructors

DataFactoryBlobTrigger(String, Int32, DataFactoryLinkedServiceReference)

Initializes a new instance of DataFactoryBlobTrigger.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from DataFactoryTriggerProperties)
Annotations

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

To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from DataFactoryTriggerProperties)
Description

Trigger description.

(Inherited from DataFactoryTriggerProperties)
FolderPath

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

LinkedService

The Azure Storage linked service reference.

MaxConcurrency

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

Pipelines

Pipelines that need to be started.

(Inherited from MultiplePipelineTrigger)
RuntimeState

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

(Inherited from DataFactoryTriggerProperties)

Explicit Interface Implementations

IJsonModel<DataFactoryBlobTrigger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFactoryBlobTrigger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataFactoryTriggerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataFactoryTriggerProperties)
IJsonModel<DataFactoryTriggerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataFactoryTriggerProperties)
IJsonModel<MultiplePipelineTrigger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MultiplePipelineTrigger)
IJsonModel<MultiplePipelineTrigger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MultiplePipelineTrigger)
IPersistableModel<DataFactoryBlobTrigger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryBlobTrigger>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFactoryBlobTrigger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataFactoryTriggerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataFactoryTriggerProperties)
IPersistableModel<DataFactoryTriggerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataFactoryTriggerProperties)
IPersistableModel<DataFactoryTriggerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataFactoryTriggerProperties)
IPersistableModel<MultiplePipelineTrigger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MultiplePipelineTrigger)
IPersistableModel<MultiplePipelineTrigger>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MultiplePipelineTrigger)
IPersistableModel<MultiplePipelineTrigger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MultiplePipelineTrigger)

Applies to