BitOperation.Resize Method
Create byte "resize" operation.
Server resizes byte[] to byteSize according to resizeFlags.
Server does not return a value.
Example:
- bin = [0b00000001, 0b01000010]
- byteSize = 4
- resizeFlags = 0
- bin result = [0b00000001, 0b01000010, 0b00000000, 0b00000000]
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Resize(
BitPolicy policy,
string binName,
int byteSize,
BitResizeFlags resizeFlags
)
- policy BitPolicy
-
- binName String
-
- byteSize Int32
-
- resizeFlags BitResizeFlags
-
Operation