> ## Documentation Index
> Fetch the complete documentation index at: https://darkgrade.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Object Info Dataset

> PTP Object Info Dataset dataset structures

# Object Info Dataset

Dataset structures define the format of complex data returned by PTP operations.

## ObjectInfo

### Properties

| Property                 | Type     | Required |
| ------------------------ | -------- | -------- |
| **storageID**            | `number` | ✓        |
| **objectFormat**         | `number` | ✓        |
| **objectFormatDecoded**  | `string` | ✓        |
| **protectionStatus**     | `number` | ✓        |
| **objectCompressedSize** | `number` | ✓        |
| **thumbFormat**          | `number` | ✓        |
| **thumbFormatDecoded**   | `string` | ✓        |
| **thumbCompressedSize**  | `number` | ✓        |
| **thumbPixWidth**        | `number` | ✓        |
| **thumbPixHeight**       | `number` | ✓        |
| **imagePixWidth**        | `number` | ✓        |
| **imagePixHeight**       | `number` | ✓        |
| **imageBitDepth**        | `number` | ✓        |
| **parentObject**         | `number` | ✓        |
| **associationType**      | `number` | ✓        |
| **associationDesc**      | `number` | ✓        |
| **sequenceNumber**       | `number` | ✓        |
| **filename**             | `string` | ✓        |
| **captureDate**          | `string` | ✓        |
| **modificationDate**     | `string` | ✓        |
| **keywords**             | `string` | ✓        |

***
