Hi, I see Query allows me to specify a number of max results, but doesn't seem to support any kind of pagination (offset or cursor) behavior.
I saw Result has a reference to pagination, so it seems like you have been thinking about this, but it seems not to be implemented? Or am I missing something?
/// <summary>
/// Index of the last record in the result set (for pagination)
/// </summary>
public int TruncationIndex { get; set; }
Thanks for providing all this work with MIT license!
Hi, I see Query allows me to specify a number of max results, but doesn't seem to support any kind of pagination (offset or cursor) behavior.
I saw Result has a reference to pagination, so it seems like you have been thinking about this, but it seems not to be implemented? Or am I missing something?
Thanks for providing all this work with MIT license!