MutationResult

open class MutationResult

Result returned from all kinds of Key-Value mutation operations.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val cas: Long

The Compare And Swap (CAS) value of the document after the mutation.

Link copied to clipboard
val mutationToken: MutationToken?

Identifies the mutation within the cluster's history.

Inheritors

Link copied to clipboard
Link copied to clipboard