Click or drag to resize

IDocumentApiClientGetDocumentAsyncT Method (String, String, DocumentHeaderProperties)

Get an existing document.

Namespace:  ArangoDBNetStandard.DocumentApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<T> GetDocumentAsync<T>(
	string collectionName,
	string documentKey,
	DocumentHeaderProperties headers = null
)

Parameters

collectionName
Type: SystemString
documentKey
Type: SystemString
headers (Optional)
Type: ArangoDBNetStandard.DocumentApi.ModelsDocumentHeaderProperties
The DocumentHeaderProperties values.

Type Parameters

T

Return Value

Type: TaskT
See Also