Click or drag to resize

ImportDocumentsResponseDetails Property

If query parameter details is set to true, this attribute is an array with more detailed information about which documents could not be inserted.

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

Property Value

Type: IListString
See Also