MapOperationRemoveByIndex Method

Aerospike
Create map remove operation. Server removes map item identified by index and returns removed data specified by returnType.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public static Operation RemoveByIndex(
	string binName,
	int index,
	MapReturnType returnType,
	params CTX[] ctx
)

Parameters

binName
Type: SystemString
index
Type: SystemInt32
returnType
Type: Aerospike.ClientMapReturnType
ctx
Type: Aerospike.ClientCTX

Return Value

Type: Operation
See Also

Reference