Optional
addedtofile?: stringTimestamp for when the document was initially created.
Optional
created?: stringDate of document creation in ISO format.
Optional
editable?: booleanCould the user who retrieved a document update it.
Optional
lastaccessed?: stringLast access date of a document in ISO format.
Optional
lastmodified?: stringLast update date of a document in ISO format.
Optional
lastmodifiedinfile?: stringTimestamp for when the document was initially created.
Optional
noteclass?: string[]Note class of document.
Optional
noteid?: numberThe note ID of a document, which is uniquely identifies a document within a particular database.
Optional
revision?: stringThis field records the current revision version of document. It's a 32-character hex-encoded string of date. If db config 'requireRevisionToUpdate' is enabled, then revision is required when update document and only update document when revision version is right.
Optional
size?: numberSize in byte of a document or json result.
Optional
unid?: stringUniversal Id of the document, uniquely identifies a document across all replicas of a database.
Optional
unread?: booleanIs the document unread by the current user.
Domino document metadata.