> ## 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.

# Storage Info Dataset

> PTP Storage Info Dataset dataset structures

# Storage Info Dataset

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

## StorageInfo

### Properties

| Property               | Type     | Required |
| ---------------------- | -------- | -------- |
| **storageType**        | `number` | ✓        |
| **filesystemType**     | `number` | ✓        |
| **accessCapability**   | `number` | ✓        |
| **maxCapacity**        | `bigint` | ✓        |
| **freeSpaceInBytes**   | `bigint` | ✓        |
| **freeSpaceInImages**  | `number` | ✓        |
| **storageDescription** | `string` | ✓        |
| **volumeLabel**        | `string` | ✓        |

***
