Class VertexDeleteOptions


public final class VertexDeleteOptions extends TransactionalOptions<VertexDeleteOptions>
Author:
Mark Vollmary
  • Constructor Details

    • VertexDeleteOptions

      public VertexDeleteOptions()
  • Method Details

    • getWaitForSync

      public Boolean getWaitForSync()
    • waitForSync

      public VertexDeleteOptions waitForSync(Boolean waitForSync)
      Parameters:
      waitForSync - Wait until deletion operation has been synced to disk.
      Returns:
      options
    • getIfMatch

      public String getIfMatch()
    • ifMatch

      public VertexDeleteOptions ifMatch(String ifMatch)
      Parameters:
      ifMatch - remove a document based on a target revision
      Returns:
      options