Click or drag to resize

ImportDocumentsQueryType Property

Required for [!:BulkOperationsApiClient.PostImportDocumentObjectsAsync(ImportDocumentsQuery, ImportDocumentObjectsBody)] Determines how the body of the request will be interpreted. Type can have the following values: 1) documents: When this type is used, each line in the request body is expected to be an individual JSON-encoded document. Multiple JSON objects in the request body need to be separated by newlines. 2) list: When this type is used, the request body must contain a single JSON-encoded array of individual objects to import. 3) auto: if set, this will automatically determine the body type

Namespace:  ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Type { get; set; }

Property Value

Type: String
See Also