IDocumentResponse<TDocument> Interface

Definition

Interface exposed for mocking purposes for the Azure DocumentDB database service.

public interface IDocumentResponse<TDocument> : Microsoft.Azure.Documents.Client.IResourceResponseBase
Type Parameters
TDocument
Derived
Implements

Properties

Document

Gets the document returned in the response.