Class ProgramMetadata
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
DbmsSet
Gets or sets the DBMS set.
public Dictionary<string, DbmsMetadata> DbmsSet { get; }
Property Value
RestApiMetadataSet
Gets or sets the REST API metadata set.
public Dictionary<string, RestApiMetadata> RestApiMetadataSet { get; }
Property Value
Methods
ToString()
Represents this instance as a string
.
public override string ToString()