Class EdgeCollectionDropOptions

java.lang.Object
com.arangodb.model.EdgeCollectionDropOptions

@Deprecated public class EdgeCollectionDropOptions extends Object
Deprecated.
  • Constructor Details

    • EdgeCollectionDropOptions

      public EdgeCollectionDropOptions()
      Deprecated.
  • Method Details

    • getWaitForSync

      public Boolean getWaitForSync()
      Deprecated.
    • waitForSync

      public EdgeCollectionDropOptions waitForSync(Boolean waitForSync)
      Deprecated.
      Parameters:
      waitForSync - Define if the request should wait until synced to disk.
      Returns:
      this
    • getDropCollections

      public Boolean getDropCollections()
      Deprecated.
    • dropCollections

      public EdgeCollectionDropOptions dropCollections(Boolean dropCollections)
      Deprecated.
      Parameters:
      dropCollections - Drop the collection as well. Collection will only be dropped if it is not used in other graphs.
      Returns:
      this