countRecords abstract method

Future<int> countRecords(
  1. SdbClient client,
  2. SdbFindOptions<SK>? options
)

Internal: the number of records options selects, without any join.

Implementation

Future<int> countRecords(SdbClient client, SdbFindOptions<SK>? options);