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; }
Public Property Type As String
Get
Set
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
member Type : string with get, set
Property Value
Type:
StringSee Also