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 NickTelford. The comment on this change is: Fixed minor typo (copy/paste bug!). http://wiki.apache.org/cassandra/API?action=diff&rev1=45&rev2=46 -------------------------------------------------- ||'''Attribute''' ||'''Type''' ||'''Default''' ||'''Required''' ||'''Description''' || ||`start_key` ||`string` ||n/a ||N ||The first key in the inclusive `KeyRange`. || ||`end_key` ||`string` ||n/a ||N ||The last key in the inclusive `KeyRange`. || - ||`end_key` ||`string` ||n/a ||N ||The first token in the exclusive `KeyRange`. || + ||`start_token` ||`string` ||n/a ||N ||The first token in the exclusive `KeyRange`. || - ||`end_key` ||`string` ||n/a ||N ||The last token in the exclusive `KeyRange`. || + ||`end_token` ||`string` ||n/a ||N ||The last token in the exclusive `KeyRange`. || ||`count` ||`i32` ||100 ||Y ||The total number of keys to permit in the `KeyRange`. || === KeySlice ===
