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; }
Public Property ToPrefix As String
Get
Set
public:
property String^ ToPrefix {
String^ get ();
void set (String^ value);
}
member ToPrefix : string with get, set
Property Value
Type:
StringSee Also