ListRecordsQueryParams

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

Constructors

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

Properties

Link copied to clipboard

The NSID of the record type.

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 50

The number of records to return.

Link copied to clipboard

The handle or DID of the repo.

Link copied to clipboard
val reverse: Boolean? = null

Flag to reverse the order of the returned records.

Link copied to clipboard
val rkeyEnd: String? = null
Link copied to clipboard
val rkeyStart: String? = null

Functions

Link copied to clipboard