Click or drag to resize
IBucketAppend Method
Appends a value to a give key.

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

Parameters

key
Type: SystemString
The key to append too.
value
Type: SystemString
The value to append to the key.

Return Value

Type: IOperationResultString

[Missing <returns> documentation for "M:Couchbase.Core.IBucket.Append(System.String,System.String)"]

See Also