Skip to main content

Class RoutineConstants.ArtifactPaths

Namespace: Workspace.XBR.Xperiflow.Routines

Assembly: Xperiflow.dll

Declaration
public static class RoutineConstants.ArtifactPaths

Fields

DirData

The directory name for where artifact data is stored.

Declaration
public const string DirData = "data_"

DirMetadata

The directory name for where artifact metadata is stored.

Declaration
public const string DirMetadata = "metadata_"

DirPreview

The root directory name for where artifact previews and metadata are stored.

Declaration
public const string DirPreview = "preview_"

DirStatistics

The directory name for where artifact statistics are stored.

Declaration
public const string DirStatistics = "statistics_"

FileArtifactMetadataJson

The file name that holds artifact metadata.

Declaration
public const string FileArtifactMetadataJson = "artifact_metadata.json"

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?