Click or drag to resize

IBulkOperationsApiClient.PostImportDocumentArraysAsync 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.Models.ImportDocumentsQuery
Options for the import.
jsonBody
Type: System.String
The body of the request containing required value arrays.

Return Value

Type: Task<ImportDocumentsResponse>
See Also