Test your knowledge
Let’s see whether you can answer the following questions correctly:
- Which of the following classes represents a document collection:
Microsoft.Azure.Documents.Collection
Microsoft.Azure.Documents.DocumentCollection
Microsoft.Azure.Documents.Client.Collection
- Which of the following classes represents a JSON document that belongs to a document collection:
Microsoft.Azure.Documents.Document
Microsoft.Azure.Documents.Collection.Document
Microsoft.Azure.Documents.Client.Document
- In the
Microsoft.Azure.Documents.Resource
class, which property is mapped to the JSON key ID:ResourceId
Id
SelfLink
- The responses from create, read, update and delete operations on any Cosmos DB resource return the resource response wrapped in an instance of which of the following classes:
Resource
Response
ResourceResponse
- Which of the following classes provides static methods to create URI instances for databases, document collections, documents and other resources:
UriFactory
UriBuilder
Uri