OperationAppend Method

Aerospike
Create string append database operation.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public static Operation Append(
	Bin bin
)

Parameters

bin
Type: Aerospike.ClientBin

Return Value

Type: Operation
See Also

Reference