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