Subscribe Repos Commit
constructor(seq: Long, rebase: Boolean, tooBig: Boolean, repo: Did, commit: ByteArray, prev: ByteArray? = null, rev: String, since: String? = null, blocks: ByteArray, ops: List<SubscribeReposRepoOp>, blobs: List<ByteArray>, time: Timestamp)
Parameters
seq
The stream sequence number of this message.
too Big
Indicates that this commit contained too many ops, or data size was too large. Consumers will need to make a separate request to get missing data.
repo
The repo this event comes from.
commit
Repo commit object CID.
rev
The rev of the emitted commit. Note that this information is also in the commit object included in blocks, unless this is a tooBig event.
since
The rev of the last emitted commit from this repo (if any).
blocks
CAR file containing relevant blocks, as a diff since the previous repo state.
time
Timestamp of when this message was originally broadcast.