Class ContentItemsRegistry
- Namespace
 - FoundationaLLM.Common.Models.DataPipelines
 
- Assembly
 - FoundationaLLM.Common.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
ToRemove
Gets or sets the content items whose last content action is Remove.
[JsonPropertyName("to_remove")]
public SortedDictionary<string, ContentItemsRegistryEntry> ToRemove { get; set; }