Main Content
preview
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
tt = preview(
returns a timetable
containing the first eight events from an event stream without advancing the read position.
Multiple calls to stream
)preview
return the same set of events.
tt = preview(
specifies the request timeout value stream
,ReadLimit="Time",RequestTimeout=rt
)rt
when previewing data in an event
stream. This syntax is valid only for KafkaStream
objects.
Examples
Input Arguments
Version History
Introduced in R2022b
See Also
readtimetable
| kafkaStream
| inMemoryStream
| testStream
| seek