Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / SampledMetricSamplePacket Class / RawTimestamp Property

In This Topic
    RawTimestamp Property
    In This Topic
    The exact date and time the raw value was determined.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RawTimestamp As DateTimeOffset
    public DateTimeOffset RawTimestamp {get;}
    Remarks
    When doing some calculations it is essential to know when the raw value became the new value so a difference between it and a subsequent value is given the proper duration. For example, if you want to know bytes per second you need to know exactly when the underlying bytes metric was determined, which may not be when it was recorded to the log file.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also