Click or drag to resize

BulkOperationsApiClientPostImportDocumentObjectsAsync Method (ImportDocumentsQuery, String)

Imports objects 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
public virtual Task<ImportDocumentsResponse> PostImportDocumentObjectsAsync(
	ImportDocumentsQuery query,
	string jsonBody
)

Parameters

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

Return Value

Type: TaskImportDocumentsResponse

Implements

IBulkOperationsApiClientPostImportDocumentObjectsAsync(ImportDocumentsQuery, String)
See Also