DSCResources/cMonitorPerformanceCounter/cMonitorPerformanceCounter.schema.mof

[ClassVersion("0.1.0.0"), FriendlyName("cMonitorPerformanceCounter")]
class cMonitorPerformanceCounter : OMI_BaseResource
{
    [Key, Description("The timestamp")] DateTime Timestamp;
    [Write, Description("The type of performance counter")] String CounterType;
    [Write, Description("The value of the performance counter")] Real64 Value;
    [Key, Description("The path to the performance counter")] String CounterPath;
};