Package com.arangodb.model
Class EdgeCollectionRemoveOptions
java.lang.Object
com.arangodb.model.EdgeCollectionRemoveOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondropCollections
(Boolean dropCollections) waitForSync
(Boolean waitForSync)
-
Constructor Details
-
EdgeCollectionRemoveOptions
public EdgeCollectionRemoveOptions()
-
-
Method Details
-
getWaitForSync
-
waitForSync
- Parameters:
waitForSync
- Define if the request should wait until synced to disk.- Returns:
- this
-
getDropCollections
-
dropCollections
- Parameters:
dropCollections
- Drop the collection as well. Collection will only be dropped if it is not used in other graphs.- Returns:
- this
-