BitOperation Resize Method Aerospike
Resize a bin to byteSize according to resizeFlags (See ). Server does not return a value. Example:
  • bin = [0b00000001, 0b01000010]
  • byteSize = 4
  • resizeFlags = 0
  • bin result = [0b00000001, 0b01000010, 0b00000000, 0b00000000]

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.4.0 (3.9.4)
Syntax

Parameters

policy
Type: Aerospike.Client BitPolicy
binName
Type: System String
byteSize
Type: System Int32
resizeFlags
Type: Aerospike.Client BitResizeFlags
See Also