PutCollectionPropertyResponseWaitForSync Property |
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