Search Results for

    Show / Hide Table of Contents

    Class SigmaXml

    Class that concerns reading the "cache.js" file that Sigma generates, that contains time-series data.

    Inheritance
    object
    SigmaXml
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Utility
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class SigmaXml

    Methods

    | Edit this page View Source

    LoadFromFile(string)

    Load the sigma "cache" file format, often named "cache.js". This file is json file, but is converted to a xml-file by replacing the header, and is read from javascript in json format and is also read from c# in the xml-converted format. The data has both a "cache" and an "eventdata" portion, but this driver reads only the cache format where the time-series data is usually stored.

    Declaration
    public static (TimeSeriesDataSet, int) LoadFromFile(string xmlFileName)
    Parameters
    Type Name Description
    string xmlFileName
    Returns
    Type Description
    (TimeSeriesDataSet, int)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX