Create map remove operation.
Server removes map items identified by keys and returns removed data specified by returnType.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation RemoveByKeyList( string binName, IList keys, MapReturnType returnType, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- keys
- Type: System.CollectionsIList
- returnType
- Type: Aerospike.ClientMapReturnType
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also