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.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static CTX MapKeyCreate( Value key, MapOrder order )
Parameters
- key
- Type: Aerospike.ClientValue
- order
- Type: Aerospike.ClientMapOrder
Return Value
Type: CTXSee Also