HLLOperationPackListInt Method

[Missing <summary> documentation for "M:Aerospike.Client.HLLOperation.PackListInt(System.Int32,System.Collections.Generic.IList{Aerospike.Client.Value.HLLValue},System.Int32)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static byte[] PackListInt(
	int command,
	IList<ValueHLLValue> list,
	int v1
)

Parameters

command  Int32
 
list  IListValueHLLValue
 
v1  Int32
 

Return Value

Byte

See Also