Memory Model
Memory Model documentation for Java SDK
Memory
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 | File | 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] |