Choose your implementation method:
This data structure is part of the PlayerDataStorage Interface.
Metadata information for a specific file
Properties
EOS_PlayerDataStorage_FileMetadata
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_PLAYERDATASTORAGE_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
|
int64_t LastModifiedTime
|
The POSIX timestamp when the file was saved last time.
|
uint32_t UnencryptedDataSizeBytes
|
The size of data (payload) in file in unencrypted (original) form.
|
This data structure is part of the PlayerDataStorage Interface.
Metadata information for a specific file
Properties
PlayerDataStorage.FileMetadata
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_PLAYERDATASTORAGE_FILEMETADATA_API_LATEST.
|
uint FileSizeBytes
|
The total size of the file in bytes (Includes file header in addition to file contents)
|
string MD5Hash
|
The MD5 Hash of the entire file (including additional file header), in hex digits
|
string Filename
|
The file's name
|
System.DateTimeOffset? LastModifiedTime
|
The POSIX timestamp when the file was saved last time.
|
uint UnencryptedDataSizeBytes
|
The size of data (payload) in file in unencrypted (original) form.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no