Table of Contents

Class DataPipelineWorkerServiceSettings

Namespace
FoundationaLLM.DataPipelineEngine.Models.Configuration
Assembly
FoundationaLLM.DataPipelineEngine.dll

Provides the settings for the Data Pipeline Worker service.

public class DataPipelineWorkerServiceSettings : DataPipelineServiceSettingsBase
Inheritance
DataPipelineWorkerServiceSettings
Inherited Members
Extension Methods

Properties

ParallelProcessorsCount

Gets or sets the number of parallel processors to use for processing data pipeline run work items.

public int ParallelProcessorsCount { get; set; }

Property Value

int

Queue

Gets or sets the name of the queue used for processing data pipeline work items.

public required string Queue { get; set; }

Property Value

string