diff --git a/docs/cs/FasterLog.md b/docs/cs/FasterLog.md index 437ddb354..99262c3e0 100644 --- a/docs/cs/FasterLog.md +++ b/docs/cs/FasterLog.md @@ -290,8 +290,8 @@ bool GetNext(MemoryPool pool, out IMemoryOwner entry, out int entryL async ValueTask WaitAsync() // IAsyncEnumerable interface to FasterLogScanIterator -async IAsyncEnumerable<(byte[], int)> GetAsyncEnumerable() -async IAsyncEnumerable<(IMemoryOwner, int)> GetAsyncEnumerable(MemoryPool pool) +async IAsyncEnumerable<(byte[], int, long)> GetAsyncEnumerable() +async IAsyncEnumerable<(IMemoryOwner, int, long)> GetAsyncEnumerable(MemoryPool pool) // Random read