Class DataPipelineContentItemPartBase
- Namespace
 - FoundationaLLM.Common.Models.DataPipelines
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents the common properties of a content item part.
public class DataPipelineContentItemPartBase : DataPipelineItemBase
  - Inheritance
 - 
      
      
      DataPipelineContentItemPartBase
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Properties
ContentItemCanonicalId
Gets or sets the canonical identifier of the content item.
[JsonPropertyName("content_item_canonical_id")]
[JsonPropertyOrder(-99)]
public string? ContentItemCanonicalId { get; set; }
  Property Value
Position
Gets or sets the position of the item within its parent context.
[JsonPropertyName("position")]
[JsonPropertyOrder(-100)]
public int Position { get; set; }