Class ContentItemRawContent
- Namespace
 - FoundationaLLM.Common.Models.Plugins
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the raw binary content of a content item.
public class ContentItemRawContent
  - Inheritance
 - 
      
      ContentItemRawContent
 
- Inherited Members
 
- Extension Methods
 
Properties
ContentType
Gets or sets the content type of the content item.
public required string ContentType { get; set; }
  Property Value
Metadata
Gets or sets the metadata associated with the content item.
public Dictionary<string, object> Metadata { get; set; }
  Property Value
Name
Gets or sets the name of the content item.
public required string Name { get; set; }
  Property Value
RawContent
Gets or sets the raw binary content of the content item.
public required BinaryData RawContent { get; set; }