Class ContentItemsRegistryEntry
- Namespace
 - FoundationaLLM.Common.Models.DataPipelines
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents an entry in the registry for content items within a data pipeline state.
public class ContentItemsRegistryEntry
  - Inheritance
 - 
      
      ContentItemsRegistryEntry
 
- Inherited Members
 
- Extension Methods
 
Properties
ContentItemCanonicalId
Gets or sets the canonical identifier of the content item.
[JsonPropertyName("content_item_canonical_id")]
public required string ContentItemCanonicalId { get; set; }
  Property Value
LastContentAction
Gets or sets the action that was last performed on the content item.
[JsonPropertyName("last_content_action")]
public required string LastContentAction { get; set; }
  Property Value
Remarks
The possible values are defined in ContentItemActions.
LastModifiedAt
Gets or sets the timestamp of when the content item was last modified.
[JsonPropertyName("last_modified_at")]
public required DateTimeOffset LastModifiedAt { get; set; }