Skip to main content

Class ArtifactStatistic

The Artifact Statistic is a representation of the statistics that are stored in the artifact.

Namespace: Workspace.XBR.Xperiflow.Routines.Artifacts

Assembly: Xperiflow.dll

Declaration
public class ArtifactStatistic

Properties

Key

The key of the statistic. Note that this is not unique, but rather a human-readable identifier.

Declaration
public string Key { get; set; }

Title

The title of the statistic. This is a human-readable title for the statistic.

Declaration
public string Title { get; set; }

Description

The description of the statistic. This is a human-readable description for the statistic.

Declaration
public string Description { get; set; }

StatisticTypename

This is an arbitrary categorization of the statistic. This is useful for grouping statistics together.

Declaration
public string StatisticTypename { get; set; }

ValueTypename

The Python data type of the statistic.

Declaration
public string ValueTypename { get; set; }

Value

The value of the statistic. This is the actual value of the statistic. Note that this will always be a string representation of the value.

Declaration
public string Value { get; set; }

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?