Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFProfilesEntityProfileFileMetadata data model. An entity file's meta data. To get a download URL call File/GetFiles API.
Syntax
typedef struct PFProfilesEntityProfileFileMetadata {
const char* checksum;
const char* fileName;
time_t lastModified;
int32_t size;
} PFProfilesEntityProfileFileMetadata;
Members
checksum const char*
is null-terminated
(Optional) Checksum value for the file, can be used to check if the file on the server has changed.
fileName const char*
is null-terminated
(Optional) Name of the file.
lastModified time_t
Last UTC time the file was modified.
size int32_t
Storage service's reported byte count.
Requirements
Header: PFProfilesTypes.h