OperationAppend Method

Aerospike
Create string append database operation.

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

C#
public static Operation Append(
	Bin bin
)

Parameters

bin
Type: Aerospike.ClientBin

Return Value

Type: Operation
See Also

Reference