Click or drag to resize

IBulkOperationsApiClientPostImportDocumentArraysAsync Method (ImportDocumentsQuery, String)

Imports data arrays as documents into a collection. Use this method if you have already structured the JSON body according to the specifications. POST /_api/import

Namespace:  ArangoDBNetStandard.BulkOperationsApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<ImportDocumentsResponse> PostImportDocumentArraysAsync(
	ImportDocumentsQuery query,
	string jsonBody
)

Parameters

query
Type: ArangoDBNetStandard.BulkOperationsApi.ModelsImportDocumentsQuery
Options for the import.
jsonBody
Type: SystemString
The body of the request containing required value arrays.

Return Value

Type: TaskImportDocumentsResponse
See Also