Skip to main content
PFDataFinalizeFileUploadsRequest data model. Finalizes the upload of the requested files. Verifies that the files have been successfully uploaded and moves the file pointers 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 finalized. Restricted to a-Z, 0-9, ’(’, ’)’, ’_’, ’-’ and ’.’. fileNamesCount   uint32_t Count of fileNames profileVersion   int32_t The current version of the profile, can be used for concurrency control during updates.

Requirements

Header: PFDataTypes.h

See also

PFDataTypes members
Last modified on August 3, 2026