Expression Class
Packed expression byte instructions.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
[SerializableAttribute]
public sealed class Expression
- Inheritance
- Object Expression
Bytes |
Packed byte instructions.
|
FromBase64(Char[]) |
Return a new expression from packed expression instructions in base64 encoded chars.
|
FromBase64(String) |
Return a new expression from packed expression instructions in base64 encoded string.
|
FromBytes |
Return a new expression from packed expression instructions in bytes.
|
GetBase64 |
Return byte instructions in base64 encoding.
|
Size |
Estimate expression size in wire protocol.
For internal use only.
|
Write |
Write expression in wire protocol.
For internal use only.
|