Create unique key map with specified order when map does not exist.
Use specified write flags when writing map items.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public MapPolicy( MapOrder order, MapWriteFlags flags )
Parameters
- order
- Type: Aerospike.ClientMapOrder
- flags
- Type: Aerospike.ClientMapWriteFlags
See Also