Interface DatabaseStatistics

Contains database statistics.

interface DatabaseStatistics {
    @type: "databaseStatistics";
    statistics: string;
}

Properties

Properties

@type: "databaseStatistics"
statistics: string

Database statistics in an unspecified human-readable format.