ListRecordsQueryParams

constructor(repo: AtIdentifier, collection: Nsid, limit: Long? = 50, cursor: String? = null, rkeyStart: String? = null, rkeyEnd: String? = null, reverse: Boolean? = null)

Parameters

repo

The handle or DID of the repo.

collection

The NSID of the record type.

limit

The number of records to return.

reverse

Flag to reverse the order of the returned records.