View Source Quarto.Page.Metadata (Quarto v1.1.7)
Defines page metadata.
fields
Fields
after- an opaque cursor representing the last row of the current page.before- an opaque cursor representing the first row of the current page.limit- the maximum number of entries that can be contained in this page.total_count- the total number of entries matching the query.total_count_cap_exceeded- a boolean indicating whether the:total_count_limitwas exceeded.
Link to this section Summary
Link to this section Types
Specs
opaque_cursor() :: String.t()
Specs
t() :: %Quarto.Page.Metadata{
after: opaque_cursor(),
before: opaque_cursor(),
limit: pos_integer(),
total_count: pos_integer(),
total_count_cap_exceeded: boolean()
}