seek
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
offset = seek(
sets the read position of event stream stream
,position
)stream
to
position
. You can specify a numeric absolute position or a relative
position, such as "Beginning"
or "End"
for the start
or end of the stream, respectively. seek
returns the position from which
the next read operation occurs.
Examples
Input Arguments
Version History
Introduced in R2022b
See Also
kafkaStream
| inMemoryStream
| testStream
| readtimetable
| writetimetable
| preview
| seek