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