ListBlobsQueryParams

data class ListBlobsQueryParams(val did: Did, val since: String? = null, val limit: Long? = 500, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(did: Did, since: String? = null, limit: Long? = 500, cursor: String? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val did: Did

The DID of the repo.

Link copied to clipboard
val limit: Long? = 500
Link copied to clipboard
val since: String? = null

Optional revision of the repo to list blobs since.

Functions

Link copied to clipboard