This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which class should be used to interact with containers in the Azure Cosmos DB SDK for .NET?
DocumentCollection
Container
CosmosContainer
Which CosmosClient constructor should be used when there are two string variables for the account endpoint and key along with a CosmosClientOptions object?
new CosmosClient(string, CosmosClientOptions)
new CosmosClient(CosmosClientOptions)
new CosmosClient(string, string, CosmosClientOptions)
What is the name of the Azure Cosmos DB SDK for .NET on NuGet?
Microsoft.Azure.Cosmos
Microsoft.Azure.Documents
Microsoft.Azure.DocumentDB
You must answer all questions before checking your work.
Was this page helpful?