This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

DiscoveredItem Pennington.Pipeline

A content item discovered by a content service but not yet parsed.

Properties

Route Pennington.Routing.ContentRoute
Canonical route for the item.
Source ContentSource
Origin describing how the item's content is produced.

Constructors

.ctor

#
public record DiscoveredItem(ContentRoute Route, ContentSource Source);

A content item discovered by a content service but not yet parsed.

Parameters

Route ContentRoute
Canonical route for the item.
Source ContentSource
Origin describing how the item's content is produced.

Pennington.Pipeline.DiscoveredItem

namespace Pennington.Pipeline;

/// A content item discovered by a content service but not yet parsed.
public record DiscoveredItem
{
    /// A content item discovered by a content service but not yet parsed.
    
public record DiscoveredItem(ContentRoute Route, ContentSource Source);
/// Canonical route for the item.
ContentRoute Route
; /// Origin describing how the item's content is produced.
ContentSource Source
; }