DataFactoryBlobEventsTrigger Class
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.
Trigger that runs every time a Blob event occurs.
public class DataFactoryBlobEventsTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryBlobEventsTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryBlobEventsTrigger>
public class DataFactoryBlobEventsTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger
type DataFactoryBlobEventsTrigger = class
inherit MultiplePipelineTrigger
interface IJsonModel<DataFactoryBlobEventsTrigger>
interface IPersistableModel<DataFactoryBlobEventsTrigger>
type DataFactoryBlobEventsTrigger = class
inherit MultiplePipelineTrigger
Public Class DataFactoryBlobEventsTrigger
Inherits MultiplePipelineTrigger
Implements IJsonModel(Of DataFactoryBlobEventsTrigger), IPersistableModel(Of DataFactoryBlobEventsTrigger)
Public Class DataFactoryBlobEventsTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Implements
Constructors
DataFactoryBlobEventsTrigger(IEnumerable<DataFactoryBlobEventType>, String) |
Initializes a new instance of DataFactoryBlobEventsTrigger. |
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:
|
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:
|
BlobPathBeginsWith |
The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/' will only fire the trigger for blobs in the december folder under the records container. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith. |
BlobPathEndsWith |
The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith. |
Description |
Trigger description. (Inherited from DataFactoryTriggerProperties) |
Events |
The type of events that cause this trigger to fire. |
IgnoreEmptyBlobs |
If set to true, blobs with zero bytes will be ignored. |
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) |
Scope |
The ARM resource ID of the Storage Account. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from MultiplePipelineTrigger) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET