> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFDataAbortFileUploadsRequest

> PFDataAbortFileUploadsRequest data model. Aborts the pending upload of the requested files.

PFDataAbortFileUploadsRequest data model. Aborts the pending upload of the requested files.

## Syntax

```cpp theme={null}
typedef struct PFDataAbortFileUploadsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    const char* const* fileNames;  
    uint32_t fileNamesCount;  
    int32_t const* profileVersion;  
} PFDataAbortFileUploadsRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*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](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) 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\*<br />*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](/services/playfab/api-references/c/pfdatatypes/pfdatatypes_members)


## Related topics

- [PFDataAbortFileUploadsAsync](/services/playfab/api-references/c/pfdata/functions/pfdataabortfileuploadsasync.md)
- [Services C API overview - PFDataTypes.h](/services/playfab/api-references/c/pfdatatypes/pfdatatypes_members.md)
- [PFDataAbortFileUploadsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdataabortfileuploadsresponse.md)
- [PFDataAbortFileUploadsGetResult](/services/playfab/api-references/c/pfdata/functions/pfdataabortfileuploadsgetresult.md)
- [PFDataAbortFileUploadsGetResultSize](/services/playfab/api-references/c/pfdata/functions/pfdataabortfileuploadsgetresultsize.md)
