DocumentResponse<TDocument> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DocumentResponse<TDocument>() |
Constructor exposed for mocking purposes for the Azure Cosmos DB service. |
DocumentResponse<TDocument>(TDocument) |
Constructor exposed for mocking purposes for the Azure Cosmos DB service. |
DocumentResponse<TDocument>()
Constructor exposed for mocking purposes for the Azure Cosmos DB service.
public DocumentResponse ();
Public Sub New ()
Applies to
DocumentResponse<TDocument>(TDocument)
Constructor exposed for mocking purposes for the Azure Cosmos DB service.
public DocumentResponse (TDocument document);
new Microsoft.Azure.Documents.Client.DocumentResponse<'Document> : 'Document -> Microsoft.Azure.Documents.Client.DocumentResponse<'Document>
Public Sub New (document As TDocument)
Parameters
- document
- TDocument