PaginationOptions
Este conteúdo não está disponível em sua língua ainda.
PaginationOptions =
object
Defined in: src/persistence/query/PersistenceQuery.ts:152
Tunables for a cursor-paginated one-shot query.
Properties
Section titled “Properties”afterPersistenceId?
Section titled “afterPersistenceId?”
readonlyoptionalafterPersistenceId?:string
Defined in: src/persistence/query/PersistenceQuery.ts:159
Resume after this persistence id, exclusive — the last id a previous walk handled. Omit to start at the first id.
pageSize?
Section titled “pageSize?”
readonlyoptionalpageSize?:number
Defined in: src/persistence/query/PersistenceQuery.ts:154
Ids fetched per round-trip. Default: defaultPersistenceIdPageSize.
