ListExp
RemoveByRank Method
Aerospike
Create expression that removes list item identified by rank.
Namespace:
Aerospike.Client
Assembly:
AerospikeClient
(in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
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
ListExp Class
ListExp Members
Aerospike.Client Namespace