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.
Optional
options: AppendOptionsOptional parameters for this operation.
Optional
callback: 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.
Optional
options: DecrementOptionsOptional parameters for this operation.
Optional
callback: 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.
Optional
options: IncrementOptionsOptional parameters for this operation.
Optional
callback: 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.
Optional
options: PrependOptionsOptional parameters for this operation.
Optional
callback: 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.