Class EdgeReplaceOptions


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

      • EdgeReplaceOptions

        public EdgeReplaceOptions()
    • Method Detail

      • getWaitForSync

        public Boolean getWaitForSync()
      • waitForSync

        public EdgeReplaceOptions waitForSync​(Boolean waitForSync)
        Parameters:
        waitForSync - Wait until document has been synced to disk.
        Returns:
        options
      • getIfMatch

        public String getIfMatch()
      • ifMatch

        public EdgeReplaceOptions ifMatch​(String ifMatch)
        Parameters:
        ifMatch - replace a document based on target revision
        Returns:
        options
      • getStreamTransactionId

        public String getStreamTransactionId()
      • streamTransactionId

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