The PartitionFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Begin |
First partition id.
|
![]() | Count |
Count of partitions.
|
![]() | Digest |
Resume after digest.
|
![]() | Done |
If using maxRecords or
maxRecords,
did previous paginated scans with this partition filter instance return all records?
|
![]() | Partitions |
Status of each partition after scan termination.
Useful for external retry of partially completed scans at a later time.
The partition status is accurate for sync/async ScanPartitions and async QueryPartitions. The partition status is not accurate for QueryPartitions(QueryPolicy, Statement, PartitionFilter) because the last digest received is set during query parsing, but the user may not have retrieved that digest from the RecordSet yet. |
See Also