Table of Contents

Marble diagram

CreateTimestamped is used primarily to create a sequence of Timestamped<T> values for downstream operators, when timestamps have been extracted from other sources. Alternatively, CreateTimestamped can be used to preserve the value of a timestamp during post-processing operations.

Examples

Use CreateTimestamped to carry forward and preserve a timestamp value during post-processing.

CreateTimestamped Example