Skip to main content

Class RoutineConstants.RunPaths

Namespace: Workspace.XBR.Xperiflow.Routines

Assembly: Xperiflow.dll

Declaration
public static class RoutineConstants.RunPaths

Fields

DirArtifacts

The directory name for the run artifacts. This is where artifacts for a run are stored

Declaration
public const string DirArtifacts = "artifacts_"

DirShared

The directory name for where run level sharable data can be stored. Routine Client users can read and write data to this location.

Declaration
public const string DirShared = "shared_"

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?