Click or drag to resize

ImportDocumentsQueryToPrefix Property

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

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

Property Value

Type: String
See Also