Resize a bin to byteSize according to resizeFlags (See ).
Server does not return a value.
Example:
Namespace: Aerospike.Client- bin = [0b00000001, 0b01000010]
- byteSize = 4
- resizeFlags = 0
- bin result = [0b00000001, 0b01000010, 0b00000000, 0b00000000]
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.5.0 (3.9.5)
Syntax
Parameters
- policy
- Type: Aerospike.Client BitPolicy
- binName
- Type: System String
- byteSize
- Type: System Int32
- resizeFlags
- Type: Aerospike.Client BitResizeFlags
See Also