PartitionFilterAfter Method

Return records after key's digest in partition containing the digest. Note that digest order is not the same as userKey order. This method only works for scan or query with null filter.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static PartitionFilter After(
	Key key
)

Parameters

key  Key
return records after this key's digest

Return Value

PartitionFilter

See Also