Msft_MiCompare class
The Msft_MiCompare WMI class compares the current output of a stream identified by the given ID with the previous output of the input stream and, if identical, suppress the current output.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), AMENDMENT]
class Msft_MiCompare : Msft_MiStream
{
boolean OnlyUpdateSnapshot;
Msft_MiCompareSuppression SuppressionHint;
Msft_MiStream Input;
};
Members
The Msft_MiCompare class has these types of members:
Properties
The Msft_MiCompare class has these properties.
-
Input
-
-
Data type: Msft_MiStream
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("Msft_MiStream")
A Msft_MiStream containing the input stream.
-
-
OnlyUpdateSnapshot
-
-
Data type: boolean
-
Access type: Read-only
true to only update the last known snapshot; false to also suppress the output based on that snapshot.
-
-
SuppressionHint
-
-
Data type: Msft_MiCompareSuppression
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("Msft_MiCompareSuppression")
The Msft_MiCompareSuppression instance to produce if the output of the input stream was suppressed.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\InventoryLogging |
MOF |
|
DLL |
|