StripMetadata¶
Strip all except for a desired subset of meta-data fields from the packet.
This can be used to deidentify data before recording to a file or database. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
retain_properties¶
Meta-data properties to retain. All other chunk meta-data will be dropped. An empty list will drop all meta-data. If this is set to None, no meta-data is stripped.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.