Storage

Storage

storage_file

FieldTypeDescription
uuidStringGlobal unique identifier.
storage_nameStringThe name of the file as is found in the local storage. Changes with every version.
file_nameStringThe file name as uploaded by the user.
file_hashStringMD5 hash of the file content.
file_sizeIntThe size in bytes.
content_typeStringThe content type.
versionIntThe version.
storage_indexed_contentString31The indexed content.
invalid_contentIntIf the file is unavailable for indexing or has an invalid content.

storage_file_version

FieldTypeDescriptionSince
uuidString
storage_nameStringThe name of the file as is found in the local storage. Changes with every version.
file_nameStringThe file name as uploaded by the user.
file_hashStringMD5 hash of the file content.
file_sizeIntThe size in bytes.1.4.1
content_typeStringThe content type.
versionIntThe version.
id_storage_fileForeign KeyRelation to the file being versioned.

storage_file_meta

The entity is not corectly related to storage_file and is no longer part of the Storage service.

FieldTypeDescription
tagStringThe label name
valueStringThe label value
id_storage_fileForeign KeyRelation to the file being metadated.

storage_file_tag

Replacement for the storage_file_meta entity and is part of the optional Storage Indexing service. The entity is not corectly related to storage_file.

FieldTypeDescription
tagStringThe label name
valueStringThe label value
id_storage_fileForeign KeyRelation to the file being metadated.