DiscoveredItem Pennington.Pipeline
A content item discovered by a content service but not yet parsed.
Properties
RoutePennington.Routing.ContentRoute- Canonical route for the item.
SourceContentSource- 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
RouteContentRoute- Canonical route for the item.
SourceContentSource- 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
;
}