Class VertexCollectionRemoveOptions

java.lang.Object
com.arangodb.model.VertexCollectionRemoveOptions

public class VertexCollectionRemoveOptions extends Object
  • Constructor Details

    • VertexCollectionRemoveOptions

      public VertexCollectionRemoveOptions()
  • Method Details

    • getDropCollection

      public Boolean getDropCollection()
    • dropCollection

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