Class EdgeCollectionDropOptions

    • Constructor Detail

      • EdgeCollectionDropOptions

        public EdgeCollectionDropOptions()
        Deprecated.
    • Method Detail

      • 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