A gaming platform uses Azure Cosmos DB API for NoSQL to store player profiles and game state. The database account has a single write region in East US and a read replica in West US. Players connect to the game via stateless Web APIs running in both regions. The platform must ensure that when a player updates their profile, they immediately see their own updates on subsequent page refreshes, even if their requests are routed to different instances of the Web API. The client application retrieves and passes the SDK session token between requests. Other players can tolerate a delay in seeing these updates. Which consistency level should you configure for the Azure Cosmos DB account to meet these requirements with the lowest Request Unit (RU) cost?
- AStrong
- BBounded Staleness
- SessionCevap
- DConsistent Prefix