Any data change detection strategy in Datastax cassandra C# driver.
When any change in Cassandra table for any data update\delete operation need some trigger\event to catch in .Net C# side like there is SQLDependency class (works with SQL) which receives notifications when the original data in the database changes.
Need some implementation suggestions for same.