Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "API" page has been changed by PaulCarey.
http://wiki.apache.org/cassandra/API?action=diff&rev1=60&rev2=61
--------------------------------------------------
A `Deletion` encapsulates an operation that will delete all columns matching the specified
`timestamp` and `predicate`. If `super_column` is specified, the `Deletion` will operate on
columns within the `SuperColumn` - otherwise it will operate on columns in the top-level of
the key.
||'''Attribute''' ||'''Type''' ||'''Default''' ||'''Required''' ||'''Description''' ||
- ||`timestamp` ||`i64` ||n/a ||Y ||The timestamp of the column(s) to be deleted. ||
+ ||`timestamp` ||`i64` ||n/a ||Y ||The timestamp representing the point in time at which
the delete occurs ||
||`super_column` ||`binary` ||n/a ||N ||The super column to delete the column(s) from. ||
||`predicate` ||`SlicePredicate` ||n/a ||N ||A predicate to match the column(s) to be deleted
from the key/super column. ||
|