ExAliyunOts.DSL.pagination

You're seeing just the macro pagination, go back to ExAliyunOts.DSL module for more information.
Link to this macro

pagination(options)

View Source (macro)

Specs

pagination(options :: Keyword.t()) :: map()

Official document in Chinese | English

Example

import MyApp.TableStore

get_row table_name,
  [{"key", "1"}],
  start_column: "room",
  filter: pagination(offset: 0, limit: 3)

Use pagination/1 for :filter options when get row.