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