Class EdgeDeleteOptions


  • public final class EdgeDeleteOptions
    extends Object
    Author:
    Mark Vollmary
    • Constructor Detail

      • EdgeDeleteOptions

        public EdgeDeleteOptions()
    • Method Detail

      • 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
      • getStreamTransactionId

        public String getStreamTransactionId()
      • streamTransactionId

        public EdgeDeleteOptions streamTransactionId​(String streamTransactionId)
        Parameters:
        streamTransactionId - If set, the operation will be executed within the transaction.
        Returns:
        options
        Since:
        ArangoDB 3.5.1