Click or drag to resize

PutDocumentsQueryWaitForSync Property

Whether to wait until the new documents have been synced to disk.

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

Property Value

Type: NullableBoolean
See Also