@nextcloud/files
    Preparing search index...

    Interface NodeData

    interface NodeData {
        attributes?: Attribute;
        crtime?: Date;
        displayname?: string;
        id?: number;
        mime?: string;
        mtime?: Date;
        owner: string | null;
        permissions?: number;
        root: string;
        size?: number;
        source: string;
        status?: TNodeStatus;
    }
    Index

    Properties

    attributes?: Attribute

    The node attributes

    crtime?: Date

    Creation time

    displayname?: string

    Optional the displayname of this node

    id?: number

    Unique ID

    mime?: string

    The mime type Optional for folders only

    mtime?: Date

    Last modified time

    owner: string | null

    The owner UID of this node

    permissions?: number

    The node permissions.

    A binary mask of Permission values.

    Permission

    root: string

    The absolute root of the home relative to the service. It is highly recommended to provide that information. e.g. /files/emma

    size?: number

    The node size type

    source: string
    status?: TNodeStatus

    The node status