ExpressionFromBytes Method

Aerospike
Return a new expression from packed expression instructions in bytes.

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

C#
public static Expression FromBytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

Return Value

Type: Expression
See Also

Reference