MapExp
RemoveByRank Method
Aerospike
Create expression that removes map item identified by rank.
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
RemoveByRank
(
Exp
rank
,
Exp
bin
,
params
CTX
[]
ctx
)
public static Exp RemoveByRank( Exp rank, Exp bin, params CTX[] ctx )
Parameters
rank
Type:
Aerospike.Client
Exp
bin
Type:
Aerospike.Client
Exp
ctx
Type:
Aerospike.Client
CTX
See Also
MapExp Class
MapExp Members
Aerospike.Client Namespace