IDocumentResponse<TDocument>.Document Property

Definition

Gets the document returned in the response.

public TDocument Document { get; }
member this.Document : 'Document
Public ReadOnly Property Document As TDocument

Property Value

TDocument

The document returned in the response.

Remarks

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

Applies to