get_key_range_filter
Description:
[ Version ( since = "0.2.0" ) ]
public void get_key_range_filter (KeyID key, out Value min_value, out Value max_value)
public void get_key_range_filter (KeyID key, out Value min_value, out Value max_value)
Stores the limits of the range in the filter for key in min_value and max_value.
If some of the values has no limit, it will set a null.
Parameters:
| this |
a OperationOptions instance |
| key |
a KeyID |
| min_value |
the minimum value for the range |
| max_value |
the maximum value for the range |