Namespace StreamSIX.Entity
Classes
ClearEntityException
DeleteGameEntityException
DeleteUserEntityException
Entity
An entity is uniquely identified by combining: Name + Type + License + SubjectID
EntityClient
EntityManager is a cloud resource that stores game and user data. EntityClient provides functions to access EntityManager through Web API.
See EntityType for the 3 types of entity.
Guest user is able to read game entity.
A registered user is required to access user entity. However, user cannot modify UserRead entity type.
Game owner and actor have read/write access to all game and user entities.