Information about the database root.

interface RootInfo {
    otype: "DB";
    statistics: string;
}

Properties

Properties

otype: "DB"

The object type is always "DB" for the database root.

statistics: string

Information about the number of objects in the database.