seq property

int seq
final

The last sequence number assigned to the rebroadcast blobs.

The blobs cover the sequence range (seq - changes.length, seq]. Clients use it to know which portion of the room log they hold, so a requested snapshot upload never covers log entries the client has not imported yet.

Implementation

final int seq;