aito.api.get_table_size

aito.api.get_table_size(client: aito.client.aito_client.AitoClient, table_name: str) → int

return the number of entries of the specified table

Parameters
  • client (AitoClient) – the AitoClient instance

  • table_name (str) – the name of the table

Returns

the number of entries in the table

Return type

int