The supported parameters are:
StringRangeParams is convenient because is uses chaining, so you can write expressions like new StringRangeParams().Prefix(prefix).StartKey(startKey).EndKey(endKey)
and it returns the StringRangeParams instance. Optionally call .Backward() to get a backward iterator.
The default values are empty strings and forward iteration.