{% extends 'layout.html' %} {% block title %}{{ collectionName }}{% endblock %} {% block styles %} {% if editorTheme != "default" %} {% endif %} {% endblock %} {% block breadcrumb %}
{% endif %}
{% endif %}
No documents found.
{% else %} {% if pagination %}{{column}} {% if sort[column] == 1 %} {% elseif sort[column] == -1 %} {% endif %} | {% endfor %} {% for document in docs %} {% if document._id._bsontype == 'Binary' %}
---|
{% if !settings.read_only && !settings.no_delete && column === '_id' && collectionName !== 'system.indexes' %}
{% endif %}
{{ document[column] | stringDocIDs | to_display | safe }}
|
{% endfor %}
Documents | {{ stats.count }} |
Total doc size | {{ stats.size|convertBytes }} |
Average doc size | {{ stats.avgObjSize|convertBytes }} |
Pre-allocated size | {{ stats.storageSize|convertBytes }} |
Indexes | {{ stats.nindexes }} |
Total index size | {{ stats.totalIndexSize|convertBytes }} |
Padding factor | {{ stats.paddingFactor }} |
Extents | {{ stats.numExtents }} |
Name | Columns | Size | Attributes | Actions | |
---|---|---|---|---|---|
{{ index.name }} |
{% for sort in index.key %}
{{ loop.key }} {% if sort == 1 %} ASC {% else %} DSC {% endif %}
{% endfor %}
|
{{ index.size|convertBytes }} |
{% for k,v in index %}
{% if k != 'key' && k != 'v' && k != 'name' && k != 'ns' && k != 'size'%} {{ k }}: {{ v }} {% endif %}
{% endfor %}
|
{% if !settings.read_only && !settings.no_delete %}
DEL | {% else %}{% endif %} |