filerecord
Filerecord is a general term used to describe the metadata unit that identifies and describes a stored file within a storage system or application. The exact meaning varies by context: in many file systems it is the record that holds a file’s descriptive information; in databases or content management systems it may refer to a row in a files table that references the actual data.
A typical filerecord contains key metadata fields that allow the system to locate and manage the file.
Storage and implementation vary by system. In Unix-like environments, an inode serves as the filerecord for
Lifecycle and operations associated with a filerecord include creation, which establishes the metadata and allocates data