Class EdgeDeleteOptions


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

    • EdgeDeleteOptions

      public EdgeDeleteOptions()
  • Method Details

    • getWaitForSync

      public Boolean getWaitForSync()
    • waitForSync

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

      public String getIfMatch()
    • ifMatch

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