IDocumentResponse<TDocument>.Document
Property
Definition
Gets the document returned in the response.
public TDocument Document { get; }
Property Value
TDocument
The document returned in the response.
Remarks
This is exposed for mocking purposes for the Azure DocumentDB database service.