Click or drag to resize

DocumentApiClientGetDocumentsAsyncT Method

Get multiple documents.

Namespace:  ArangoDBNetStandard.DocumentApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<List<T>> GetDocumentsAsync<T>(
	string collectionName,
	IList<string> selectors,
	DocumentHeaderProperties headers = null
)

Parameters

collectionName
Type: SystemString
Collection name
selectors
Type: System.Collections.GenericIListString
Document keys to fetch documents for
headers (Optional)
Type: ArangoDBNetStandard.DocumentApi.ModelsDocumentHeaderProperties
The DocumentHeaderProperties values.

Type Parameters

T
The type of the documents deserialized from the response.

Return Value

Type: TaskListT

Implements

IDocumentApiClientGetDocumentsAsyncT(String, IListString, DocumentHeaderProperties)
See Also