List policy directives when creating a list and writing list items.
Inheritance Hierarchy
Aerospike.ClientListPolicy
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class ListPolicy
The ListPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListPolicy |
Default constructor.
Create unordered list when list does not exist.
Use normal update mode when writing list items.
|
![]() | ListPolicy(ListOrder, ListWriteFlags) |
Create list with specified order when list does not exist.
Use specified write flags when writing list items.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Default |
Default unordered list with normal write semantics.
|
See Also