@InterfaceStability.Experimental @InterfaceAudience.Public public class MultiMutationResult extends Object
Represents a successful multi-mutation. This object allows to retrieve the CAS and, if available, the MutationToken of the mutated document, post-mutation.
| Constructor and Description |
|---|
MultiMutationResult(String docId,
long cas,
MutationToken mutationToken) |
| Modifier and Type | Method and Description |
|---|---|
long |
cas() |
String |
id() |
MutationToken |
mutationToken() |
public MultiMutationResult(String docId, long cas, MutationToken mutationToken)
public String id()
public long cas()
public MutationToken mutationToken()
Copyright © 2015 Couchbase, Inc.