ScrollChunksReqPayload: {
    filters?: ChunkFilter | null;
    offset_chunk_id?: string | null;
    page_size?: number | null;
    sort_by?: SortByField | null;
}

Type declaration

  • Optionalfilters?: ChunkFilter | null
  • Optionaloffset_chunk_id?: string | null

    Offset chunk id is the id of the chunk to start the page from. If not specified, this defaults to the first chunk in the dataset sorted by id ascending.

  • Optionalpage_size?: number | null

    Page size is the number of chunks to fetch. This can be used to fetch more than 10 chunks at a time.

  • Optionalsort_by?: SortByField | null