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