GoodMem
ReferenceClient SDKs.NET SDKModels

Memory Model

Memory Model documentation for .NET SDK

Memory object containing stored content and metadata

Properties

NameTypeDescriptionNotes
MemoryIdstringUnique identifier of the memory
SpaceIdstringID of the space containing this memory
OriginalContentFileParameterOriginal content (only included if requested)[optional]
OriginalContentLengthlong?Size in bytes of the inline original content[optional]
OriginalContentSha256stringSHA-256 digest of the inline original content, hex encoded[optional]
OriginalContentRefstringReference to external content location[optional]
ContentTypestringMIME type of the content
ProcessingStatusstringProcessing status of the memory
MetadataObjectAdditional metadata for the memory[optional]
CreatedAtlongTimestamp when the memory was created (milliseconds since epoch)
UpdatedAtlongTimestamp when the memory was last updated (milliseconds since epoch)
CreatedByIdstringID of the user who created this memory
UpdatedByIdstringID of the user who last updated this memory
ChunkingConfigChunkingConfiguration[optional]
ProcessingHistoryProcessingHistory[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page