Table of Contents

Class PipelineRecordHeader

Namespace
Pipelinez.Core.Record
Assembly
Pipelinez.dll

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

string

Value

Gets or sets the header value.

public string Value { get; set; }

Property Value

string