PartitionFilterAfter Method

Aerospike
Return records after key's digest in partition containing the digest. Note that digest order is not the same as userKey order.

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

C#
public static PartitionFilter After(
	Key key
)

Parameters

key
Type: Aerospike.ClientKey
return records after this key's digest

Return Value

Type: PartitionFilter
See Also

Reference