Click or drag to resize

ImportDocumentArraysBodyValueArrays Property

List containing value arrays to be imported. Each array is a document. Attribute values will be mapped to the attribute names by positions defined in DocumentAttributes .

Namespace:  ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IEnumerable<IEnumerable<Object>> ValueArrays { get; set; }

Property Value

Type: IEnumerableIEnumerableObject
See Also