immich/mobile/openapi/doc/ServerStorageResponseDto.md

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

[Back to Model list] [Back to API list] [Back to README]