Interface IDocumentResponse<TDocument>
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.