Skip to main content
PFDataInitiateFileUploadsRequest data model. Returns URLs that may be used to upload the files for a profile 5 minutes. After using the upload calls FinalizeFileUploads must be called to move the file status from pending to live.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const* The entity to perform this action on. fileNames   const char* const* Names of the files to be set. Restricted to a-Z, 0-9, ’(’, ’)’, ’_’, ’-’ and ’.’. fileNamesCount   uint32_t Count of fileNames profileVersion   int32_t const*
may be nullptr
(Optional) The expected version of the profile, if set and doesn’t match the current version of the profile the operation will not be performed.

Requirements

Header: PFDataTypes.h

See also

PFDataTypes members
Last modified on August 3, 2026