Key-Value topic

Classes

Cas Key-Value
An opaque value which can be used to compare document states to determine if a change has occurred.
CommonDurabilityOptions Key-Value
Extends CommonOptions with durability options.
DefaultTranscoder Key-Value
Transcoder which implements cross-SDK transcoding capabilities by taking advantage of the common flags specification.
EncodedDocumentData Key-Value
Encapsulates the raw bytes of a document along with the flags which indicate the format of the raw bytes.
ExistsOptions Key-Value
Options for Collection.exists.
ExistsResult Key-Value
The results of an Exists operation.
GetOptions Key-Value
Options for Collection.get.
GetResult Key-Value
Contains the results of a Get operation.
InsertOptions Key-Value
Options for Collection.insert.
LookupInOptions Key-Value
Options for Collection.lookupIn.
LookupInResult Key-Value
Contains the results of a Lookup-In operation.
LookupInResultEntry Key-Value
The result of a specific sub-operation within a Lookup-In operation.
LookupInSpec Key-Value
A sub-operation to perform within a Lookup-In operation.
MutateInOptions Key-Value
Options for Collection.mutateIn.
MutateInResult Key-Value
Contains the results of a Mutate-In operation.
MutateInResultEntry Key-Value
The result of a specific sub-operation within a Mutate-In operation.
MutateInSpec Key-Value
A sub-operation to perform within a Mutate-In operation.
MutationResult Key-Value
Contains the results of a Mutation operation.
RemoveOptions Key-Value
Options for Collection.remove.
ReplaceOptions Key-Value
Options for Collection.replace.
Transcoder Key-Value
A transcoder is responsible for encoding and decoding document values to and from raw bytes.
TranscoderOptions Key-Value
Interface class for options which can be used to specify a transcoder.
UpsertOptions Key-Value
Options for Collection.upsert.

Enums

LookupInMacro Key-Value
A macro that can be passed to a Lookup-In operation (see LookupInSpec) to fetch special values such as the expiry, CAS, etc.