Create default list append operation.
Server appends value to end of list bin.
Server returns list size.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Append( string binName, Value value, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- value
- Type: Aerospike.ClientValue
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also