aito.client.AitoClient.get_table_size

AitoClient.get_table_size(table_name: str) → int

return the number of entries of the specified table

Parameters

table_name (str) – the name of the table

Returns

the number of entries in the table

Return type

int