Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SequenceRowsRetriveData

Hierarchy

Index

Properties

Optional columns

columns: string[]

Columns to be included. Specified as list of column externalIds. In case this filter is not set, all available columns will be returned.

Optional cursor

cursor: undefined | string

Optional end

end: undefined | number

Get rows up to, but excluding, this row number.

default

"no limit"

Optional limit

limit: undefined | number

Optional start

start: undefined | number

Lowest row number included.

default

0