:type filter_prefix: str
:para max_return: list no more than max_return key/value pairs
:type max_return: int
- :returns: an iterator over the the requested omap values, return value from this action
+ :returns: an iterator over the requested omap values, return value from this action
"""
start_after = cstr(start_after, 'start_after') if start_after else None
:type start_after: str
:para max_return: list no more than max_return key/value pairs
:type max_return: int
- :returns: an iterator over the the requested omap values, return value from this action
+ :returns: an iterator over the requested omap values, return value from this action
"""
start_after = cstr(start_after, 'start_after') if start_after else None
cdef:
:type read_op: ReadOp
:para keys: input key tuple
:type keys: tuple
- :returns: an iterator over the the requested omap values, return value from this action
+ :returns: an iterator over the requested omap values, return value from this action
"""
keys = cstr_list(keys, 'keys')
cdef: