Table of Contents

Interface IDocumentResponse<TDocument>

Namespace
Microsoft.Azure.Documents.Client
Assembly
Microsoft.Azure.Documents.Client.dll

Interface exposed for mocking purposes for the Azure Cosmos DB service.

public interface IDocumentResponse<TDocument> : IResourceResponseBase

Type Parameters

TDocument
Inherited Members
Extension Methods

Properties

Document

Gets the document returned in the response.

TDocument Document { get; }

Property Value

TDocument

The document returned in the response.

Remarks

This is exposed for mocking purposes for the Azure Cosmos DB service.