⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_statisticscollection.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00820.003" type ="change">Remove Experimental// from class.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_StatisticsCollection// ==================================================================   [UMLPackagePath ( "CIM::Core::Statistics" ), Version ( "2.8.1000" ),     Description (       "A subclass of SystemSpecificCollection which collects together "       "statistics for a system. This class forms an 'anchor point' "       "from which all the statistics kept for the system can be found "       "(via the MemberOfCollection associations).")]class CIM_StatisticsCollection : CIM_SystemSpecificCollection {      [Description (          "This property provides the minimum sampling interval for "          "the associated statistics so that client applications can "          "determine the minimum interval that the "          "StatisticsCollection should be sampled. If the statistics "          "are sampled at different cycles, this property MUST be set "          "to a zero time interval.")]   datetime SampleInterval = "00000000000000.000000:000";      [Description (          "The time that the statistics collection was last sampled. "          "Note that this property MAY be used to trigger an "          "indication for 'push' delivery of statistics samples.")]   dateTime TimeLastSampled;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -