Options
All
  • Public
  • Public/Protected
  • All
Menu

PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.

message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }

Hierarchy

  • PageResponse

Index

Properties

Properties

nextKey

nextKey: Uint8Array

next_key is the key to be passed to PageRequest.key to query the next page most efficiently

total

total: number

total is total number of results available if PageRequest.count_total was set, its value is undefined otherwise

Generated using TypeDoc