Expression Class

Aerospike
Packed expression byte instructions.
Inheritance Hierarchy

SystemObject
  Aerospike.ClientExpression

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
[SerializableAttribute]
public sealed class Expression

The Expression type exposes the following members.

Properties

  NameDescription
Public propertyBytes
Packed byte instructions.
Top
Methods

  NameDescription
Public methodStatic memberFromBase64(Char)
Return a new expression from packed expression instructions in base64 encoded chars.
Public methodStatic memberFromBase64(String)
Return a new expression from packed expression instructions in base64 encoded string.
Public methodStatic memberFromBytes
Return a new expression from packed expression instructions in bytes.
Public methodGetBase64
Return byte instructions in base64 encoding.
Public methodSize
Estimate expression size in wire protocol. For internal use only.
Public methodWrite
Write expression in wire protocol. For internal use only.
Top
See Also

Reference