Table of Contents

Class MetadataRecord

Namespace
Pipelinez.Core.Record.Metadata
Assembly
Pipelinez.dll

Represents a metadata key/value pair associated with a pipeline container.

public class MetadataRecord
Inheritance
MetadataRecord
Inherited Members

Constructors

MetadataRecord(string, string)

Initializes a new metadata record.

public MetadataRecord(string key, string value)

Parameters

key string

The metadata key.

value string

The metadata value.

Properties

Key

Gets or sets the metadata key.

public string Key { get; set; }

Property Value

string

Value

Gets or sets the metadata value.

public string Value { get; set; }

Property Value

string