Click or drag to resize

DocumentApiClientDeleteDocumentsAsyncT Method (String, IListString, DeleteDocumentsQuery, DocumentHeaderProperties)

Delete multiple documents based on the passed document selectors. A document selector is either the document ID or the document Key.

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

Parameters

collectionName
Type: SystemString
selectors
Type: System.Collections.GenericIListString
query (Optional)
Type: ArangoDBNetStandard.DocumentApi.ModelsDeleteDocumentsQuery
headers (Optional)
Type: ArangoDBNetStandard.DocumentApi.ModelsDocumentHeaderProperties
The DocumentHeaderProperties values.

Type Parameters

T

Return Value

Type: TaskDeleteDocumentsResponseT

Implements

IDocumentApiClientDeleteDocumentsAsyncT(String, IListString, DeleteDocumentsQuery, DocumentHeaderProperties)
See Also