Package com. couchbase. client. kotlin. kv
Types
Link copied to clipboard
Link copied to clipboard
Specifies the durability requirements for a mutation.
Link copied to clipboard
Link copied to clipboard
The result of retrieving a full document, possibly from a replica instead of the primary.
Link copied to clipboard
class LookupInResult(id: String, size: Int, cas: Long, deleted: Boolean, fields: List<SubDocumentField>, defaultSerializer: JsonSerializer, spec: LookupInSpec)
Content copied to clipboard
Link copied to clipboard
Specifies which fields to retrieve when doing a subdoc lookup.
Link copied to clipboard
Link copied to clipboard
class MutateInResult(size: Int, fields: List<SubDocumentField?>, cas: Long, mutationToken: MutationToken?, spec: MutateInSpec) : MutationResult
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Result returned from all kinds of Key-Value mutation operations.
Link copied to clipboard
Aggregation of MutationTokens from MutationResults.
Link copied to clipboard
Link copied to clipboard
Describes how the outer document store semantics on subdoc should act.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard