Click or drag to resize

StreamTransactionBodyWaitForSync Property

Gets or sets optional flag to force the transaction to write all data to disk before returning.

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

Property Value

Type: NullableBoolean
See Also