Table of Contents

Class ContentItemsRegistryEntry

Namespace
FoundationaLLM.DataPipelineEngine.Models.DataPipelineState
Assembly
FoundationaLLM.DataPipelineEngine.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

string

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

string

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; }

Property Value

DateTimeOffset