mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
861 B
861 B
openapi.model.ServerStorageResponseDto
Load the model package
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 |