[Go to site: main page, start]

Interface DocumentStats

interface DocumentStats {
    compendiumSource: string | null;
    coreVersion: string | null;
    createdTime: number | null;
    duplicateSource: string | null;
    lastModifiedBy: string | null;
    modifiedTime: number | null;
    systemId: string | null;
    systemVersion: string | null;
}
Index

Properties

compendiumSource: string | null

The UUID of the compendium Document this one was imported from.

coreVersion: string | null

The core version whose schema the Document data is in. It is NOT the version the Document was created or last modified in.

createdTime: number | null

A timestamp of when the Document was created.

duplicateSource: string | null

The UUID of the Document this one is a duplicate of.

lastModifiedBy: string | null

The ID of the user who last modified the Document.

modifiedTime: number | null

A timestamp of when the Document was last modified.

systemId: string | null

The package name of the system the Document was created in.

systemVersion: string | null

The version of the system the Document was created or last modified in.