My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.DataModels.FinalizeFileUploadsRequest Class Reference

Finalizes the upload of the requested files. Verifies that the files have been successfully uploaded and moves the file pointers from pending to live. More...

Inheritance diagram for PlayFab.DataModels.FinalizeFileUploadsRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
EntityKey Entity
 The entity to perform this action on.
 
List< string > FileNames
 Names of the files to be finalized. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.'.
 
int ProfileVersion
 The current version of the profile, can be used for concurrency control during updates.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Finalizes the upload of the requested files. Verifies that the files have been successfully uploaded and moves the file pointers from pending to live.


The documentation for this class was generated from the following file: