Click or drag to resize

ImportDocumentArraysBodyDocumentAttributes Property

List containing document attributes that are being imported.

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

Property Value

Type: IEnumerableString
See Also