Table of Contents

Class ProgramMetadata

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines the conventional Program metadata.

public class ProgramMetadata
Inheritance
ProgramMetadata
Inherited Members
Extension Methods

Properties

CloudStorageSet

Gets or sets the cloud storage set.

[Obsolete("See https://github.com/BryanWilhite/SonghayCore/issues/176")]
public Dictionary<string, Dictionary<string, string>> CloudStorageSet { get; }

Property Value

Dictionary<string, Dictionary<string, string>>

DbmsSet

Gets or sets the DBMS set.

public Dictionary<string, DbmsMetadata> DbmsSet { get; }

Property Value

Dictionary<string, DbmsMetadata>

RestApiMetadataSet

Gets or sets the REST API metadata set.

public Dictionary<string, RestApiMetadata> RestApiMetadataSet { get; }

Property Value

Dictionary<string, RestApiMetadata>

Methods

ToString()

Represents this instance as a string.

public override string ToString()

Returns

string