ImportDocumentsQueryOverwrite Property |
If this parameter has a value of true or yes,
then all data in the collection will be removed
prior to the import. Note that any existing
index definitions will be preserved.
Namespace:
ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Overwrite { get; set; }
Public Property Overwrite As Boolean?
Get
Set
public:
property Nullable<bool> Overwrite {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Overwrite : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also