has_pending_update_operations
Return a bool whether there is any update operations that could be committed with the
commit_update_operations
or discarded with
clear_pending_update_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)
#
Parametershas_pending_update_operations has no parameters.
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | โฌ |
DynamoDBCachingTable | โ |
ExternalDynamoDBApiBasicTable | โฌ |
ExternalDynamoDBApiCachingTable | โ |