Class MetadataRecord
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
Properties
Key
Gets or sets the metadata key.
public string Key { get; set; }
Property Value
Value
Gets or sets the metadata value.
public string Value { get; set; }