CTXMapKeyCreate Method

Lookup map by base map's key. If the map at key is not found, create it with the given sort order at that key.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static CTX MapKeyCreate(
	Value key,
	MapOrder order
)

Parameters

key  Value
 
order  MapOrder
 

Return Value

CTX

See Also