MapExpRemoveByKeyList Method

Create expression that removes map items identified by keys. Valid returnType values are NONE or INVERTED

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Exp RemoveByKeyList(
	int returnType,
	Exp keys,
	Exp bin,
	params CTX[] ctx
)

Parameters

returnType  Int32
 
keys  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also