count method

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

Count records.

Implementation

Future<int> count(SdbClient client, {SdbBoundaries<I>? boundaries}) =>
    impl.countImpl(client, boundaries: boundaries);