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