IBulkOperationsApiClientPostImportDocumentObjectsAsync 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 Task<ImportDocumentsResponse> PostImportDocumentObjectsAsync(
ImportDocumentsQuery query,
string jsonBody
)
Function PostImportDocumentObjectsAsync (
query As ImportDocumentsQuery,
jsonBody As String
) As Task(Of ImportDocumentsResponse)
Task<ImportDocumentsResponse^>^ PostImportDocumentObjectsAsync(
ImportDocumentsQuery^ query,
String^ jsonBody
)
abstract PostImportDocumentObjectsAsync :
query : ImportDocumentsQuery *
jsonBody : string -> Task<ImportDocumentsResponse>
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:
TaskImportDocumentsResponseSee Also