This data structure is part of the TitleStorage Interface.
Remarks
Metadata information for a specific file
Properties
EOS_TitleStorage_FileMetadata
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_TITLESTORAGE_FILEMETADATA_API_LATEST. |
uint32_t FileSizeBytes | The total size of the file in bytes (Includes file header in addition to file contents). |
const char* MD5Hash | The MD5 Hash of the entire file (including additional file header), in hex digits |
const char* Filename | The file's name |
uint32_t UnencryptedDataSizeBytes | The size of data (payload) in file in unencrypted (original) form. |