In the code, what should you do following a write?

Posted by: Pdfprep Category: 70-777 Tags: , ,

You have an Azure Cosmos DB account named Account1 that uses the SQL APL Account1 contains a database named DB1. DB1 contains a collection named Coll1.

You are developing a web application that will have multiple nodes. Each node will host an instance of Microsoft Azure.Documents.Client.Documentclient.

You need to ensure that all the nodes of the web application will operate within the same session.

In the code, what should you do following a write?
A . Change to the indexing policy of Coll1.
B . Set the Microsoft.Azure.Documents.ConsistencyLeve1 object.
C . Retrieve the Microsoft.Azure.Docunents.client.ResourceResponse object.
D . Change the page options of Coll1.

Answer: B

Leave a Reply

Your email address will not be published.