MapOperationCreate Method

Create map create operation. Server creates map at given context level.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.1.0 (5.4.1)
C#
public static Operation Create(
	string binName,
	MapOrder order,
	params CTX[] ctx
)

Parameters

binName  String
 
order  MapOrder
 
ctx  CTX
 

Return Value

Operation

See Also