@jellyfin/sdk
    Preparing search index...

    Interface FolderStorageDto

    Contains information about a specific folder.

    FolderStorageDto

    interface FolderStorageDto {
        DeviceId?: null | string;
        FreeSpace?: number;
        Path?: string;
        StorageType?: null | string;
        UsedSpace?: number;
    }
    Index

    Properties

    DeviceId?: null | string

    Gets the Device Identifier.

    FolderStorageDto

    FreeSpace?: number

    Gets the free space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.

    FolderStorageDto

    Path?: string

    Gets the path of the folder in question.

    FolderStorageDto

    StorageType?: null | string

    Gets the kind of storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.

    FolderStorageDto

    UsedSpace?: number

    Gets the used space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.

    FolderStorageDto