tensorstore.KvStore.KeyRange(inclusive_min: str = '', exclusive_max: str = '') Constructs a key range from the specified half-open bounds. Parameters:¶ inclusive_min: str = ''¶Inclusive lower bound of the range. In accordance with the usual lexicographical order, an empty string indicates no lower bound. exclusive_max: str = ''¶Exclusive upper bound of the range. As a special case, an empty string indicates no upper bound.