📄 cim_blockstatisticsmanifestcollection.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="CIMCoreCR00630" type ="create">Add// CIM_BlockStatisticsManifestCollection.</change>// <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_BlockStatisticsManifestCollection// ================================================================== [UMLPackagePath ( "CIM::Device::StorageStatistics" ), Version ( "2.10.0" ), Description ( "The BlockStatisticsManifestCollection class aggregates, via " "MemberOfCollection, a set of BlockStatisticsManifests. This " "collection is associated via " "AssociatedBlockStatisticsManifestCollection to exactly one " "StatisticsCollection. The BlockStatisticsManifestCollection is " "used to filter the retrieval of statistics. For example, a " "BlockStatisticsManifestCollection is specified as part of the " "StatisticsService.GetStatisticsCollection method to filter the " "statistics returned by that method.")]class CIM_BlockStatisticsManifestCollection : CIM_SystemSpecificCollection { [Override ( "ElementName" ), Description ( "A user-friendly name for the " "BlockStatisticsManifestCollection. It can be set through " "the ElementName parameter of the " "StatisticsService.CreateManifestCollection method.")] string ElementName; [Required, Description ( "Denotes whether or not this " "BlockStatisticsManifestCollection is a provider defined " "default BlockStatisticsManifestCollection.")] boolean IsDefault;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -