Class DataPipelineRunWorkItemMessage
- Namespace
 - FoundationaLLM.DataPipelineEngine.Models
 
- Assembly
 - FoundationaLLM.DataPipelineEngine.dll
 
Represents a queue message for a data pipeline run work item.
public class DataPipelineRunWorkItemMessage
  - Inheritance
 - 
      
      DataPipelineRunWorkItemMessage
 
- Inherited Members
 
- Extension Methods
 
Properties
RunId
Gets or sets the identifier of the data pipeline run.
public required string RunId { get; set; }
  Property Value
WorkItemId
Gets or set the identifier of the data pipeline run work item.
public required string WorkItemId { get; set; }