count method

Future<int> count(
  1. SdbClient client, {
  2. SdbFindOptions<I>? options,
})

Implementation

Future<int> count(SdbClient client, {SdbFindOptions<I>? options}) {
  return index.count(client, boundaries: _boundariesKey, options: options);
}