My Project
Loading...
Searching...
No Matches
Classes | Enumerations
PlayFab.ProfilesModels Namespace Reference

Classes

class  EntityDataObject
 An entity object and its associated meta data. More...
 
class  EntityKey
 Combined entity type and ID structure which uniquely identifies a single entity. More...
 
class  EntityLineage
 
class  EntityPermissionStatement
 
class  EntityProfileBody
 
class  EntityProfileFileMetadata
 An entity file's meta data. To get a download URL call File/GetFiles API. More...
 
class  EntityStatisticChildValue
 
class  EntityStatisticValue
 
class  GetEntityProfileRequest
 Given an entity type and entity identifier will retrieve the profile from the entity store. If the profile being retrieved is the caller's, then the read operation is consistent, if not it is an inconsistent read. An inconsistent read means that we do not guarantee all committed writes have occurred before reading the profile, allowing for a stale read. If consistency is important the Version Number on the result can be used to compare which version of the profile any reader has. More...
 
class  GetEntityProfileResponse
 
class  GetEntityProfilesRequest
 Given a set of entity types and entity identifiers will retrieve all readable profiles properties for the caller. Profiles that the caller is not allowed to read will silently not be included in the results. More...
 
class  GetEntityProfilesResponse
 
class  GetGlobalPolicyRequest
 Retrieves the title access policy that is used before the profile's policy is inspected during a request. If never customized this will return the default starter policy built by PlayFab. More...
 
class  GetGlobalPolicyResponse
 
class  GetTitlePlayersFromMasterPlayerAccountIdsRequest
 Given a master player account id (PlayFab ID), returns all title player accounts associated with it. More...
 
class  GetTitlePlayersFromMasterPlayerAccountIdsResponse
 
class  SetEntityProfilePolicyRequest
 This will set the access policy statements on the given entity profile. This is not additive, any existing statements will be replaced with the statements in this request. More...
 
class  SetEntityProfilePolicyResponse
 
class  SetGlobalPolicyRequest
 Updates the title access policy that is used before the profile's policy is inspected during a request. Policies are compiled and cached for several minutes so an update here may not be reflected in behavior for a short time. More...
 
class  SetGlobalPolicyResponse
 
class  SetProfileLanguageRequest
 Given an entity profile, will update its language to the one passed in if the profile's version is equal to the one passed in. More...
 
class  SetProfileLanguageResponse
 

Enumerations

enum  EffectType { Allow , Deny }
 
enum  OperationTypes { Created , Updated , Deleted , None }