The MapPolicy type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MapPolicy |
Default constructor.
Create unordered unique key map when map does not exist.
Use normal update mode when writing map items.
| |
| MapPolicy(MapOrder, MapWriteMode) |
Create unique key map with specified order when map does not exist.
Use specified write mode when writing map items.
|
Fields
| Name | Description | |
|---|---|---|
| Default |
Default unordered unique key map with normal put semantics.
|
See Also