Appends the specified value to the end of the specified key.
The key to append to.
The value to adjoin to the end of the document.
Optionaloptions: AppendOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<MutationResult>A node-style callback to be invoked after execution.
Decrements the ASCII value of the specified key by the amount indicated in the delta parameter.
The key to increment.
The amount to increment the key.
Optionaloptions: DecrementOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<CounterResult>A node-style callback to be invoked after execution.
Increments the ASCII value of the specified key by the amount indicated in the delta parameter.
The key to increment.
The amount to increment the key.
Optionaloptions: IncrementOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<CounterResult>A node-style callback to be invoked after execution.
Prepends the specified value to the beginning of the specified key.
The key to prepend to.
The value to adjoin to the beginning of the document.
Optionaloptions: PrependOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<MutationResult>A node-style callback to be invoked after execution.
Exposes a number of binary-level operations against a collection. These operations do not adhere to the standard JSON-centric behaviour of the SDK.