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.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public static PartitionFilter After( Key key )
Parameters
- key
- Type: Aerospike.ClientKey
return records after this key's digest
Return Value
Type: PartitionFilterSee Also