read
read(
self ,
resource ,
snap: bool | str | collections.abc.Collection[bool, str, collections.abc.Collection[str], None] = None,
samples: bool = False,
source_patch_key: str | collections.abc.Iterable[str, collections.abc.Iterable[str]] = ““,
**kwargs ,
)-> ‘dc.Spool’
Load all packet metadata while decoding, preserving fast endpoint scans.
META records can appear between data packets. Collecting them during indexing would require a header walk through every recording, so this reader retains its streaming assembly path instead of the shared read.