has_pending_operations
Return a bool whether there is any update or remove operations that could be committed with the
commit_operations
or discarded with
clear_pending_operations
in your
CachingTable
#
Operations considered as update :- put_record
- update_field
- update_field_return_old (will be executed right away if the value to remove is not found in the cache)
- update_multiple_fields
- update_multiple_fields_return_old (will be executed right away if the values to update are not found in the cache)
#
Operations considered as remove:- delete_record
- delete_field
- delete_multiple_fields
- remove_field (will be executed right away if the value to remove is not found in the cache)
- remove_multiple_fields (will be executed right away if the values to remove are not found in the cache)
#
Parametershas_pending_operations has no parameters.
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | โฌ |
DynamoDBCachingTable | โ |
ExternalDynamoDBApiBasicTable | โฌ |
ExternalDynamoDBApiCachingTable | โ |