MemoryPageImage Model
MemoryPageImage Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| memoryId | String | Memory UUID | |
| pageIndex | Number | 0-based page index | |
| dpi | Number | Render DPI | |
| contentType | String | Image MIME type | |
| imageContentLength | Number | Image byte length | [optional] |
| imageContentSha256 | String | Hex-encoded SHA-256 digest of image content | [optional] |
| createdAt | Number | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Number | Last update timestamp (milliseconds since epoch) | |
| createdById | String | Creator user UUID | |
| updatedById | String | Last updater user UUID |