Metadata-Version: 2.1
Name: drb-metadata-file
Version: 1.1.0
Summary: File Metadata
Author: GAEL Systems
Author-email: drb-python@gael.fr
License: LGPLv3
Project-URL: Source, https://gitlab.com/drb-python/add-ons/metadata/add-ons/file
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: drb-metadata ~=1.3.0

# DRB File Metadata Addon

The _DRB file metadata addon_ allows to retrieve metadata for nodes provided by
the _**file driver**_.

Here the metadata list provided by this addon:

| name             | description                                        |
|:-----------------|:---------------------------------------------------|
| name             | filename                                           |
| size             | file size                                          |
| type             | file kind [REGULAR, DIRECTORY, LINK, SOCKET, ... ] |
| creationTime     | last update metadata or creation time in second    |
| modificationTime | last modification time in second                   |
| lastAccessTime   | last access time in second                         |
| owner            | file owner id                                      |
| group            | file group id                                      |
| nkink            | number of link attached to this file               |
| inode            | inode number or file index                         |
