Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also