MemoryPageImage Model
MemoryPageImage Model documentation for .NET SDK
Metadata for one memory page-image rendition
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MemoryId | Guid | Memory UUID | |
| PageIndex | int | 0-based page index | |
| Dpi | int | Render DPI | |
| ContentType | string | Image MIME type | |
| ImageContentLength | long? | Image byte length | [optional] |
| ImageContentSha256 | string | Hex-encoded SHA-256 digest of image content | [optional] |
| CreatedAt | long | Creation timestamp (milliseconds since epoch) | |
| UpdatedAt | long | Last update timestamp (milliseconds since epoch) | |
| CreatedById | Guid | Creator user UUID | |
| UpdatedById | Guid | Last updater user UUID |