Class ContextFileRecordMetadataPropertyNames
- Namespace
 - FoundationaLLM.Common.Constants.Context
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the names of the metadata properties for context file records.
public static class ContextFileRecordMetadataPropertyNames
  - Inheritance
 - 
      
      ContextFileRecordMetadataPropertyNames
 
- Inherited Members
 
Fields
CodeSessionFilePath
The original file path in the code session file store.
public const string CodeSessionFilePath = "code_session_file_path"
  Field Value
CodeSessionFileUploadRecordId
The identifier of the associated code session file upload record.
public const string CodeSessionFileUploadRecordId = "code_session_file_upload_record_id"