Interface IParseableTable
Representation of the information needed to create a Table from a metric set.
Namespace: Mangrove.Parsing.Abstractions
Assembly: Mangrove.Parsing.dll
Syntax
public interface IParseableTable
Properties
View SourceConnection
Connection string identifying this table. Only non-null for DataSource.
Declaration
string Connection { get; }
Property Value
Type | Description |
---|---|
String |
Extern
String representation of the ExternKind that this computation lives in.
Declaration
string Extern { get; }
Property Value
Type | Description |
---|---|
String |
Kind
String representation of the kind of Table that this represents.
Declaration
string Kind { get; }
Property Value
Type | Description |
---|---|
String |
Name
Name identifying this table. Must be unique per IParseableMetricSet.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Parents
The names of ancestors of this table.
Declaration
IReadOnlyList<string> Parents { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<String> |