nuxt-app
    Preparing search index...

    Interface AttachedStorageDTO

    アタッチされたストレージオブジェクト

    interface AttachedStorageDTO {
        id: string;
        path: string;
        storage?: VirtualStorageDTO;
    }
    Index

    Properties

    Properties

    id: string

    アタッチされたストレージを識別するための一意なID

    path: string

    ストレージデバイスのパス

    アタッチされたストレージに関する情報