MapOperationCreate(String, MapOrder, Boolean, CTX) Method

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

Definition

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

Parameters

binName  String
bin name
order  MapOrder
map order
persistIndex  Boolean
if true, persist map index. A map index improves lookup performance, but requires more storage.A map index can be created for a top-level ordered map only. Nested and unordered map indexes are not supported.
ctx  CTX
optional path to nested map. If not defined, the top-level map is used

Return Value

Operation

See Also