interface MutationResult implements Result (View source)

Interface for results created by operations that perform mutations.

Methods

string|null
cas()

Returns the CAS value for the document

from  Result
MutationToken|null
mutationToken()

Returns the mutation token generated during the mutation

Details

string|null cas()

Returns the CAS value for the document

Return Value

string|null

MutationToken|null mutationToken()

Returns the mutation token generated during the mutation

Return Value

MutationToken|null