Storage
Storage #
storage_file #
Field | Type | Description |
---|
uuid | String | Global unique identifier. |
storage_name | String | The name of the file as is found in the local storage. Changes with every version. |
file_name | String | The file name as uploaded by the user. |
file_hash | String | MD5 hash of the file content. |
file_size | Int | The size in bytes. |
content_type | String | The content type. |
version | Int | The version. |
storage_indexed_content | String31 | The indexed content. |
invalid_content | Int | If the file is unavailable for indexing or has an invalid content. |
storage_file_version #
Field | Type | Description | Since |
---|
uuid | String | | |
storage_name | String | The name of the file as is found in the local storage. Changes with every version. | |
file_name | String | The file name as uploaded by the user. | |
file_hash | String | MD5 hash of the file content. | |
file_size | Int | The size in bytes. | 1.4.1 |
content_type | String | The content type. | |
version | Int | The version. | |
id_storage_file | Foreign Key | Relation to the file being versioned. | |
The entity is not corectly related to storage_file
and is no longer part of the Storage service.
Field | Type | Description |
---|
tag | String | The label name |
value | String | The label value |
id_storage_file | Foreign Key | Relation 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
.
Field | Type | Description |
---|
tag | String | The label name |
value | String | The label value |
id_storage_file | Foreign Key | Relation to the file being metadated. |