databaseinfo (Domino DTD)
Represents the time a document or design note in a Domino database was last modified.
Containment Hierarchy
Contained by: <database>
Contains: <datamodified>, <designmodified>, <created>, <modified>
Syntax
<!ELEMENT databaseinfo ( datamodified?, designmodified?, created?, modified? )>
Content
datamodified? , designmodified?, created?, modified?
Contains an optional <datamodified> element, followed by optional <designmodified>, <created>, and <modified> elements.
Attributes
<!ATTLIST databaseinfo
dbid |
%dbid; |
#IMPLIED |
---|---|---|
replicaid |
%replicaid; |
#IMPLIED |
odsversion |
%integer; |
#IMPLIED |
diskspace |
%integer; |
#IMPLIED |
numberofdocuments |
%integer; |
#IMPLIED |
percentused |
%float; |
#IMPLIED |
>
dbid
Database ID.
diskspace
Number of bytes of user disk space that the database requires.
numberofdocuments
Number of documents in the database. This number does not include any profile documents that the database might contain.
odsversion
Version of the common, portable format used to store information in a Notes database.
percentused
Percentage of space used by the database compared to the number of bytes allocated to it. The percent used is measured as (numberOfBytesAllocated / databaseSize) * 100.
replicaid
ID of the current database replica.