MutateInResult

class MutateInResult(size: Int, fields: List<SubDocumentField?>, cas: Long, mutationToken: MutationToken?, spec: MutateInSpec) : MutationResult

Functions

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

Properties

cas
Link copied to clipboard
val cas: Long

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

mutationToken
Link copied to clipboard
val mutationToken: MutationToken?

Identifies the mutation within the cluster's history.

value
Link copied to clipboard
val SubdocLong.value: Long