Table of Contents

Class KnowledgeBucketsRegistryEntry

Namespace
FoundationaLLM.Common.Models.Knowledge
Assembly
FoundationaLLM.Common.dll

Represents an entry in the registry for content items within a data pipeline state.

public class KnowledgeBucketsRegistryEntry
Inheritance
KnowledgeBucketsRegistryEntry
Inherited Members
Extension Methods

Properties

BucketId

Gets or sets the identifier of the knowledge bucket.

[JsonPropertyName("bucket_id")]
public required string BucketId { get; set; }

Property Value

string

LastModifiedAt

Gets or sets the timestamp of when the knowledge bucket was last modified.

[JsonPropertyName("last_modified_at")]
public required DateTimeOffset LastModifiedAt { get; set; }

Property Value

DateTimeOffset