MapExp
RemoveByKeyList Method
Aerospike
Create expression that removes map items identified by keys.
Namespace:
Aerospike.Client
Assembly:
AerospikeClient
(in AerospikeClient.dll) Version: 4.0.2.0 (4.0.2)
Syntax
VB
C#
C++
F#
JScript
View Colorized
Copy to Clipboard
Print
public
static
Exp
RemoveByKeyList
(
Exp
keys
,
Exp
bin
,
params
CTX
[]
ctx
)
public static Exp RemoveByKeyList( Exp keys, Exp bin, params CTX[] ctx )
Parameters
keys
Type:
Aerospike.Client
Exp
bin
Type:
Aerospike.Client
Exp
ctx
Type:
Aerospike.Client
CTX
See Also
MapExp Class
MapExp Members
Aerospike.Client Namespace