Method NextValueIdBatchAsync(int)
Generate batch of value IDs for bulk operations.
More efficient than calling NextValueIdAsync multiple times.
Task<long[]> NextValueIdBatchAsync(int count)
Generate batch of value IDs for bulk operations.
More efficient than calling NextValueIdAsync multiple times.
Task<long[]> NextValueIdBatchAsync(int count)