gbox-sdk
    Preparing search index...

    Interface MediaPhoto

    Photo representation

    interface MediaPhoto {
        lastModified: string;
        mimeType: string;
        name: string;
        path: string;
        size: string;
        type: "photo";
    }
    Index

    Properties

    lastModified: string

    Last modified time of the photo

    mimeType: string

    MIME type of the photo

    name: string

    Name of the photo

    path: string

    Full path to the photo in the box

    size: string

    Size of the photo

    type: "photo"

    Photo type indicator