Table of Contents

Class ContentItemsRegistry

Namespace
FoundationaLLM.DataPipelineEngine.Models.DataPipelineState
Assembly
FoundationaLLM.DataPipelineEngine.dll

Represents a registry for content items within the data pipeline engine.

public class ContentItemsRegistry
Inheritance
ContentItemsRegistry
Inherited Members
Extension Methods

Properties

ToAddOrUpdate

Gets or sets the content items whose last content action is AddOrUpdate.

[JsonPropertyName("to_add_or_update")]
public SortedDictionary<string, ContentItemsRegistryEntry> ToAddOrUpdate { get; set; }

Property Value

SortedDictionary<string, ContentItemsRegistryEntry>

ToRemove

Gets or sets the content items whose last content action is Remove.

[JsonPropertyName("to_remove")]
public SortedDictionary<string, ContentItemsRegistryEntry> ToRemove { get; set; }

Property Value

SortedDictionary<string, ContentItemsRegistryEntry>