Skip to main content

Interface: ListRequestOptions

types.ListRequestOptions

Hierarchy

Properties

connection

Optional connection: ConnectionView<Service>

Inherited from

RequestOptions.connection

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:124


cursor

Optional cursor: string

Opaque string specifying where to start retrival of the next page of results.

Inherited from

Pageable.cursor

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:131


retries

Optional retries: number

Inherited from

RequestOptions.retries

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:118


signal

Optional signal: AbortSignal

Inherited from

RequestOptions.signal

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:121


size

Optional size: number

Maximum number of items to return.

Inherited from

Pageable.size

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:135