Question - Can The Read Request Consistency Level Be Changed?
Answer -
With Azure Cosmos DB, you may set the consistency degree at the box degree (at the table). By the use of the .NET SDK, you could exchange the level by supplying the price for Table ConsistencyLevel key inside the app.Config document. The feasible values are: Strong, Bounded Staleness, Session, Consistent Prefix, and Eventual. For more records, see Tunable statistics consistency tiers in Azure Cosmos DB. The key concept is which you can not set the request consistency degree at extra than the placing for the table. For example, you can not set the consistency level for the table at Eventual and the request consistency degree at Strong.