kinbaku.Graph.batch_get_edges¶
- Graph.batch_get_edges(batch_size=100, cursor=0)[source]¶
Get a batch of edges starting from a given table position
- Parameters
batch_size (int) – number of edges to return per batch
cursor (int) – starting position in the table
- Returns
list of edges (tuple of str) int: cursor for the next batch. Equals -1 if the end is reached
- Return type
list[tuple]