Class DataPipelineServiceSettings
- Assembly
- FoundationaLLM.DataPipelineEngine.dll
Provides the settings for the Data Pipeline service.
public class DataPipelineServiceSettings : DataPipelineServiceSettingsBase
- Inheritance
-
DataPipelineServiceSettings
- Inherited Members
- Extension Methods
Properties
BackendWorkerQueue
Gets or sets the queue used to submit data pipeline work items for the Data Pipeline Backend Worker service.
public required string BackendWorkerQueue { get; set; }
Property Value
FrontendWorkerQueue
Gets or sets the queue used to submit data pipeline work items for the Data Pipeline Frontend Worker service.
public required string FrontendWorkerQueue { get; set; }