You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ArangoDBClient/DocumentHandler.php
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -806,17 +806,20 @@ private function getRevision($document)
806
806
return$revision;
807
807
}
808
808
809
+
809
810
/**
810
811
* @param $collection mixed collection name or id
811
812
* @param array $options - optional, array of options
812
813
* <p>Options are :
813
814
* <li>'createCollection' - true to create the collection if it does not exist</li>
814
815
* <li>'createCollectionType' - "document" or 2 for document collection</li>
815
816
* <li> "edge" or 3 for edge collection</li>
817
+
* <li>'waitForSync' - if set to true, then all removal operations will instantly be synchronised to disk / If this is not specified, then the collection's default sync behavior will be applied.</li>
0 commit comments