I'd like to use get_range_slices to pull all the keys from a small CF with 10,000 keys. I'd also like to get them in chunks of 100 at a time. Is there a way to do that?
I thought I could set start_token and end_token in KeyRange, but I can't figure out what the intial start_token should be. Cheers, Chris Dean