interface MutateInResult implements MutationResult (View source)

Interface for results created by the mutateIn operation.

Methods

string|null
cas()

Returns the CAS value for the document

from  Result
MutationToken|null
mutationToken()

Returns the mutation token generated during the mutation

array|null
content(int $index)

Returns any value located at the index specified

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

array|null content(int $index)

Returns any value located at the index specified

Parameters

int $index

the index to retrieve content from

Return Value

array|null