Skip to main content
PFDataAbortFileUploadsRequest data model. Aborts the pending upload of the requested files.

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 have their pending uploads aborted. 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