Class PipelineRecord
Base class for records that flow through a Pipelinez pipeline.
public abstract class PipelineRecord
- Inheritance
-
PipelineRecord
- Inherited Members
Properties
Headers
Gets the headers associated with the record.
public IList<PipelineRecordHeader> Headers { get; }