count method
Count all records with this index key.
Implementation
Future<int> count(SdbClient client, {SdbFindOptions<I>? options}) {
return index.count(client, options: _mergeOptions(options));
}
Count all records with this index key.
Future<int> count(SdbClient client, {SdbFindOptions<I>? options}) {
return index.count(client, options: _mergeOptions(options));
}