Interface IFileMapping
- Namespace
 - FoundationaLLM.Common.Models.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides fields used for file mapping capabilities.
public interface IFileMapping
  - Extension Methods
 
Properties
FileContentType
The content type of the file.
string FileContentType { get; set; }
  Property Value
FileObjectId
The FoundationaLLM.Attachment resource object id.
string FileObjectId { get; set; }
  Property Value
FileRequiresVectorization
Indicates whether the file requires vectorization or not.
bool FileRequiresVectorization { get; set; }
  Property Value
OriginalFileName
The original file name of the file.
string OriginalFileName { get; set; }