MapOperation.Create(String, MapOrder, Boolean, CTX[]) Method
Create map create operation.
Server creates map at given context level.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Create(
string binName,
MapOrder order,
bool persistIndex,
params CTX[] ctx
)
- 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
Operation