IBucket.Prepend Method (String,Byte[])Couchbase .NET SDK 2.0
Prepends 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<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.
See Also