Interface DeleteResult

    • Method Detail

      • getDeletedEntry

        Entry getDeletedEntry()
        Retrieves the entry against which the delete operation was processed, if available. This may be available for both hard and soft deletes.
        Returns:
        The entry against which the delete operation was processed, or null if the entry is not available.
      • getSoftDeletedEntry

        Entry getSoftDeletedEntry()
        Retrieves the soft-deleted entry if this DeleteResult is in response to a soft-delete request.
        Returns:
        The soft-deleted entry, or null if the original request was not a soft delete request or the entry is not available.
      • getAssuredReplicationRequirements

        AssuredReplicationRequirements getAssuredReplicationRequirements()
        Retrieves the assured replication requirements that will be used for this operation, if any.
        Returns:
        The assured replication requirements that will be used for this operation, or null if no assurance will be provided for this operation.