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