EOS_PlayerDataStorage_FileMetadata

EOS API reference page for EOS_PlayerDataStorage_FileMetadata

1分で読めます

This data structure is part of the PlayerDataStorage Interface.

Remarks

Metadata information for a specific file

Properties

EOS_PlayerDataStorage_FileMetadata

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST.
uint32_t FileSizeBytesThe total size of the file in bytes (Includes file header in addition to file contents)
const char* MD5HashThe MD5 Hash of the entire file (including additional file header), in hex digits
const char* FilenameThe file's name
int64_t LastModifiedTimeThe POSIX timestamp when the file was saved last time or EOS_PLAYERDATASTORAGE_TIME_UNDEFINED if the time is undefined. It will be undefined after a file is written and uploaded at first before a query operation is completed.
uint32_t UnencryptedDataSizeBytesThe size of data (payload) in file in unencrypted (original) form.