Packed expression byte instructions.
Inheritance Hierarchy
Aerospike.ClientExpression
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
[SerializableAttribute] public sealed class Expression
The Expression type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bytes |
Packed byte instructions.
|
Methods
Name | Description | |
---|---|---|
![]() | 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.
|
See Also