Show / Hide Table of Contents

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 Source

Connection

Connection string identifying this table. Only non-null for DataSource.

Declaration
string Connection { get; }
Property Value
Type Description
String
View Source

Extern

String representation of the ExternKind that this computation lives in.

Declaration
string Extern { get; }
Property Value
Type Description
String
View Source

Kind

String representation of the kind of Table that this represents.

Declaration
string Kind { get; }
Property Value
Type Description
String
View Source

Name

Name identifying this table. Must be unique per IParseableMetricSet.

Declaration
string Name { get; }
Property Value
Type Description
String
View Source

Parents

The names of ancestors of this table.

Declaration
IReadOnlyList<string> Parents { get; }
Property Value
Type Description
IReadOnlyList<String>

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX