PredExpEstimateSize Method (PredExp)

Aerospike
Estimate size of predicate expressions. For internal use only.

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

C#
public static int EstimateSize(
	PredExp[] predExp
)

Parameters

predExp
Type: Aerospike.ClientPredExp

Return Value

Type: Int32
See Also

Reference