Memory Model
Memory Model documentation for .NET SDK
Memory object containing stored content and metadata
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MemoryId | string | Unique identifier of the memory | |
| SpaceId | string | ID of the space containing this memory | |
| OriginalContent | FileParameter | Original content (only included if requested) | [optional] |
| OriginalContentLength | long? | Size in bytes of the inline original content | [optional] |
| OriginalContentSha256 | string | SHA-256 digest of the inline original content, hex encoded | [optional] |
| OriginalContentRef | string | Reference to external content location | [optional] |
| ContentType | string | MIME type of the content | |
| ProcessingStatus | string | Processing status of the memory | |
| Metadata | Object | Additional metadata for the memory | [optional] |
| CreatedAt | long | Timestamp when the memory was created (milliseconds since epoch) | |
| UpdatedAt | long | Timestamp when the memory was last updated (milliseconds since epoch) | |
| CreatedById | string | ID of the user who created this memory | |
| UpdatedById | string | ID of the user who last updated this memory | |
| ChunkingConfig | ChunkingConfiguration | [optional] | |
| ProcessingHistory | ProcessingHistory | [optional] |