Bit operation policy.
Inheritance Hierarchy
Aerospike.ClientBitPolicy
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class BitPolicy
The BitPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BitPolicy |
Use default when performing operations.
|
![]() | BitPolicy(BitWriteFlags) |
Use specified when performing operations.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | Default |
Default byte[] with normal bin write semantics.
|
See Also