Class VertexCollectionDropOptions

java.lang.Object
com.arangodb.model.VertexCollectionDropOptions

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

    • VertexCollectionDropOptions

      public VertexCollectionDropOptions()
      Deprecated.
  • Method Details

    • getDropCollection

      public Boolean getDropCollection()
      Deprecated.
    • dropCollection

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