You have an Azure Cosmos DB for NoSQL account that uses the default consistency level.
How can the consistency level be modified as part of a query request?
You have an Azure Cosmos DB for NoSQL account that uses the default consistency level.
How can the consistency level be modified as part of a query request?
You can only override to weaker consistency in the request. So D
Answer C
as part of RequestOptions can only ovverride to weaker consistency. For ovverriding to stronger consistency need to change at account level through cosmossdk client
Write cannot be overriden Read can only be weaker