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