MapPolicy Class
Map policy directives when creating a map and writing map items.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public sealed class MapPolicy
- Inheritance
- Object MapPolicy
MapPolicy() |
Default constructor.
Create unordered unique key map when map does not exist.
Use normal update mode when writing map items.
|
MapPolicy(MapOrder, MapWriteFlags) |
Create unique key map with specified order when map does not exist.
|
MapPolicy(MapOrder, MapWriteMode) |
Create unique key map with specified order when map does not exist.
Use specified write mode when writing map items.
This constructor should only be used for server versions < 4.3.
is recommended for server versions >= 4.3.
|
MapPolicy(MapOrder, MapWriteFlags, Boolean) |
Create unique key map with specified order and persist index flag when map does not exist.
|
Default |
Default unordered unique key map with normal put semantics.
|