start— position of the first record appended.end— one past the last record appended (soend.seq_num - start.seq_numis the number of records).tail— current tail of the stream, which can exceedendif there have been concurrent appends.
Writing records to streams
start — position of the first record appended.end — one past the last record appended (so end.seq_num - start.seq_num is the number of records).tail — current tail of the stream, which can exceed end if there have been concurrent appends.