Click or drag to resize

ImportDocumentsQueryFromPrefix Property

Optional. An optional prefix for the values in _from attributes. If specified, the value is automatically prepended to each _from input value. This allows specifying just the keys for _from.

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

Property Value

Type: String
See Also