Class PipelineRecordHeader
Represents a string key/value header attached to a PipelineRecord.
public class PipelineRecordHeader
- Inheritance
-
PipelineRecordHeader
- Inherited Members
Properties
Key
Gets or sets the header key.
public string Key { get; set; }
Property Value
Value
Gets or sets the header value.
public string Value { get; set; }