Skip to content

Pagination in Query? #8

@JoshuaNitschke

Description

@JoshuaNitschke

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions