IBucket.Append Method (String, String)Couchbase .NET SDK 2.0
Appends a value to a give key.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IOperationResult<string> Append(
	string key,
	string value
)

Parameters

key
Type: System.String
The key to append too.
value
Type: System.String
The value to append to the key.

Return Value

Type: IOperationResult<String>
An IOperationResult with the status of the operation.
See Also