PartitionFilter.After 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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static PartitionFilter After(
Key key
)
- key Key
- return records after this key's digest
PartitionFilter