Enum DataPipelineTriggerType
- Assembly
 - FoundationaLLM.Common.dll
 
Types of data pipeline triggers.
public enum DataPipelineTriggerType
  - Extension Methods
 
Fields
Event = 2The data pipeline is triggered based on content change events (e.g., an existing file is updated or a new file is added).
Manual = 0The data pipeline is triggered manually.
Schedule = 1The data pipeline is triggered based on a regular schedule.