PartitionFilter MembersAerospike

The PartitionFilter type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAfter
Return records after key's digest in partition containing the digest. Note that digest order is not the same as userKey order.
Public methodStatic memberAll
Read all partitions.
Public methodStatic memberId
Filter by partition id.
Public methodStatic memberRange
Filter by partition range.
Back to Top
Properties

  NameDescription
Public propertyDone
If using maxRecords or maxRecords, did previous paginated scans with this partition filter instance return all records?
Back to Top
See Also