start— position of the first record appended.end— one past the last record appended (soend.seq_num - start.seq_num= number of records).tail— current tail of the stream. Can exceedendif there are 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 = number of records).tail — current tail of the stream. Can exceed end if there are concurrent appends.