MemcachedBucket Prepend Method (String,  Byte )Couchbase .NET SDK 2.1.0 Documentation
Prepends a value to a give key.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IOperationResult<byte[]> Prepend(
	string key,
	byte[] value
)

Parameters

key
Type: System String
The key to Prepend too.
value
Type:  System Byte 
The value to prepend to the key.

Return Value

Type: IOperationResult  Byte  
An IOperationResult with the status of the operation.

Implements

IBucket Prepend(String,  Byte )
See Also