gbox-sdk
    Preparing search index...

    Interface FWriteResponse

    File system file representation

    interface FWriteResponse {
        lastModified: string;
        mode: string;
        name: string;
        path: string;
        size: string;
        type: "file";
    }
    Index

    Properties

    lastModified: string

    Last modified time of the file

    mode: string

    File metadata

    name: string

    Name of the file

    path: string

    Full path to the file in the box

    size: string

    Size of the file

    type: "file"

    File type indicator