Click or drag to resize

GetCollectionPropertiesResponseWaitForSync Property

If true then the data is synchronized to disk before returning from a document create, update, replace or removal operation. (default: false)

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool WaitForSync { get; set; }

Property Value

Type: Boolean
See Also