immich/mobile/openapi/doc/ServerStorageResponseDto.md

21 lines
861 B
Markdown

# openapi.model.ServerStorageResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**diskAvailable** | **String** | Available disk space (human-readable format) |
**diskAvailableRaw** | **int** | Available disk space in bytes |
**diskSize** | **String** | Total disk size (human-readable format) |
**diskSizeRaw** | **int** | Total disk size in bytes |
**diskUsagePercentage** | **double** | Disk usage percentage (0-100) |
**diskUse** | **String** | Used disk space (human-readable format) |
**diskUseRaw** | **int** | Used disk space in bytes |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)