|-
| '''Summary'''
|Returns a string sequence with of strings. The result of this function is dependent on the number of arguments:* Without arguments, the names of all databases:are returned.
* If a database {{Code|$db}} is specified, all documents and raw files of the specified database are returned.
* The list of returned resources can be further restricted by the {{Code|$path}} argument.
|-
| '''Errors'''
|-
| '''Summary'''
|* If no argument is specified, Returns a sequence of elements . The result is dependent on the number of arguments:* Without arguments, info on all databases is returned. A single element contains the name of a database, the number of stored resources, the date of modification, and the database path.* If a database {{Code|$db}} is specified, a sequence of elements is returned, comprising information on all resources documents and raw files of the addressed specified databaseare returned. An element contains the name of the resource, the content type, the modified date, the raw flag and the size of a resource.* For binary resources, the size is the number of bytes; for document resources, the size is the number of nodes
* Returned databases resources can be further restricted by the {{Code|$path}} argument.
The value of the size attribute is dependent on the resource type:
* For documents, it contains the number of nodes.
* For binary data, it contains the number of bytes of the original resource.
|-
| '''Errors'''