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
Syntaxpublic bool WaitForSync { get; set; }
Public Property WaitForSync As Boolean
Get
Set
public:
property bool WaitForSync {
bool get ();
void set (bool value);
}
member WaitForSync : bool with get, set
Property Value
Type:
Boolean
See Also